更新文档

This commit is contained in:
JeffLi1993
2017-02-28 17:53:42 +08:00
committed by liqiangqiang
parent b26afe03e4
commit dc8a353ba1
2 changed files with 11 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
## 数据源配置
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.password=Hello123!@
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
## Mybatis 配置
@@ -10,7 +10,7 @@ mybatis.mapperLocations=classpath:mapper/*.xml
## Freemarker 配置
## 文件配置路径
spring.freemarker.template-loader-path=classpath:/city/
spring.freemarker.template-loader-path=classpath:/web/
spring.freemarker.cache=false
spring.freemarker.charset=UTF-8
spring.freemarker.check-template-location=true