Add springboot for mybatis annotation

This commit is contained in:
xchunzhao
2017-05-02 16:52:20 +08:00
parent ecc8d62d8f
commit 3a5f77f376
14 changed files with 655 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
## 数据源配置
spring.datasource.url=jdbc:mysql://localhost:3306/springbootdb?useUnicode=true&characterEncoding=utf8
spring.datasource.username=root
spring.datasource.password=123456
spring.datasource.driver-class-name=com.mysql.jdbc.Driver