File tree Expand file tree Collapse file tree 2 files changed +699
-0
lines changed
src/main/java/com/viiyue/plugins/mybatis/spring Expand file tree Collapse file tree 2 files changed +699
-0
lines changed Original file line number Diff line number Diff line change 5555 <properties >
5656 <java .version>1.8</java .version>
5757 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
58+ <spring .version>4.3.5.RELEASE</spring .version>
5859 <mybatis-spring .version>2.0.3</mybatis-spring .version>
5960 <mybatis-mapper .version>1.2.0</mybatis-mapper .version>
6061 </properties >
6162
6263 <dependencies >
64+ <dependency >
65+ <groupId >org.springframework</groupId >
66+ <artifactId >spring-context</artifactId >
67+ <version >${spring.version} </version >
68+ <optional >true</optional >
69+ </dependency >
70+ <dependency >
71+ <groupId >org.springframework</groupId >
72+ <artifactId >spring-jdbc</artifactId >
73+ <version >${spring.version} </version >
74+ <optional >true</optional >
75+ </dependency >
6376 <dependency >
6477 <groupId >org.mybatis</groupId >
6578 <artifactId >mybatis-spring</artifactId >
You can’t perform that action at this time.
0 commit comments