Skip to content

Commit e532813

Browse files
committed
基于SpirngBoot2.0+ 的 SpringBoot+Mybatis 多数据源配置
1 parent f519cab commit e532813

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-mybatis/spring-mybatis-mutipleDatasource/src/main/java/top/snailclimb/MainApplication.java

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
//此注解表示SpringBoot启动类
99
@SpringBootApplication
10-
// 此注解表示动态扫描DAO接口所在包,实际上不加下面这条语句也可以找到
1110
public class MainApplication {
1211

1312
public static void main(String[] args) {

0 commit comments

Comments
 (0)