File tree Expand file tree Collapse file tree 3 files changed +1
-57
lines changed
mybatis-spring-boot-autoconfigure Expand file tree Collapse file tree 3 files changed +1
-57
lines changed Original file line number Diff line number Diff line change 79
79
<artifactId >junit</artifactId >
80
80
<scope >test</scope >
81
81
</dependency >
82
- <!-- Just needed to use to run the project with MyBatis snapshots in eclipse -->
83
- <dependency >
84
- <groupId >ognl</groupId >
85
- <artifactId >ognl</artifactId >
86
- <version >3.1.2</version >
87
- <scope >test</scope >
88
- <exclusions >
89
- <exclusion >
90
- <groupId >javassist</groupId >
91
- <artifactId >javassist</artifactId >
92
- </exclusion >
93
- </exclusions >
94
- </dependency >
95
- <dependency >
96
- <groupId >org.javassist</groupId >
97
- <artifactId >javassist</artifactId >
98
- <version >3.20.0-GA</version ><!-- $NO-MVN-MAN-VER$-->
99
- <scope >test</scope >
100
- </dependency >
101
82
</dependencies >
102
83
</project >
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public class SampleMybatisApplication implements CommandLineRunner {
151
151
See more about it in the <a href="http://www.mybatis.org/spring/mappers.html#scan">MyBatis-Spring reference page.</a></p>
152
152
153
153
<p>MyBatis-Boot-Starter will not start the scanning process if it finds at least one <code>MapperFactoryBean</code> in the
154
- Spring's context so if you want to stop the scanning at all you should register your mappers explicitly with @Bean methods.</p>
154
+ Spring's context so if you want to stop the scanning at all you should register your mappers explicitly with <code> @Bean</code> methods.</p>
155
155
</subsection>
156
156
157
157
<subsection name="Using an SqlSession">
Original file line number Diff line number Diff line change 82
82
</dependencies >
83
83
</dependencyManagement >
84
84
85
- <repositories >
86
- <repository >
87
- <snapshots >
88
- <enabled >true</enabled >
89
- </snapshots >
90
- <id >spring-snapshots</id >
91
- <name >Spring Snapshots</name >
92
- <url >http://repo.spring.io/snapshot</url >
93
- </repository >
94
- <repository >
95
- <snapshots >
96
- <enabled >false</enabled >
97
- </snapshots >
98
- <id >spring-milestones</id >
99
- <name >Spring Milestones</name >
100
- <url >http://repo.spring.io/milestone</url >
101
- </repository >
102
- </repositories >
103
-
104
- <pluginRepositories >
105
- <pluginRepository >
106
- <snapshots >
107
- <enabled >true</enabled >
108
- </snapshots >
109
- <id >spring-snapshots</id >
110
- <name >Spring Snapshots</name >
111
- <url >http://repo.spring.io/snapshot</url >
112
- </pluginRepository >
113
- <pluginRepository >
114
- <snapshots >
115
- <enabled >false</enabled >
116
- </snapshots >
117
- <id >spring-milestones</id >
118
- <name >Spring Milestones</name >
119
- <url >http://repo.spring.io/milestone</url >
120
- </pluginRepository >
121
- </pluginRepositories >
122
85
</project >
You can’t perform that action at this time.
0 commit comments