This commit is contained in:
JeffLi1993
2017-02-23 11:31:15 +08:00
committed by liqiangqiang
parent a9c664c75c
commit d1f6559143
3 changed files with 7 additions and 6 deletions

View File

@@ -1,9 +1,10 @@
## 数据源配置
spring.datasource.url=jdbc:mysql://139.224.14.39:3306/springbootdb?useUnicode=true&characterEncoding=utf8
spring.datasource.url=jdbc:mysql://localhost:3306/springbootdb?useUnicode=true&characterEncoding=utf8
spring.datasource.username=root
spring.datasource.password=Hello123!@
spring.datasource.password=123456
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
## Mybatis 配置
mybatis.typeAliasesPackage=org.spring.springboot.domain
mybatis.mapperLocations=classpath:mapper/*.xml
mybatis.mapperLocations=classpath:mapper/*.xml