Spring Boot 整合 Mybatis Annotation 注解的完整 Web 案例

This commit is contained in:
JeffLi1993
2017-05-11 18:26:34 +08:00
committed by liqiangqiang
parent 0125485aa9
commit 942f0f58c4
5 changed files with 7 additions and 6 deletions

View File

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