abel533 / MyBatis-Spring-Boot

Spring Boot集成MyBatis的基础项目
3.37k stars 1.59k forks source link

配置Maper后,影响Spring boot 的 Datasource #149

Open EtachGu opened 5 years ago

EtachGu commented 5 years ago

application.properties

spring.datasource.url=jdbc:mysql://localhost:3306/test
spring.datasource.username=root
spring.datasource.password=123

某java文件

 @Autowired
 private DataSource dataSource;

MySQL Datasource: HikariDataSource (null)

yinlijing commented 5 years ago

注意@MapperScan要使用 tk.mybatis.spring.annotation.MapperScan