This commit is contained in:
tanghc
2019-08-29 14:42:39 +08:00
parent 84b31313bf
commit ec32e8b39f
2 changed files with 6 additions and 2 deletions

View File

@@ -33,8 +33,8 @@ easyopen.ignore-validate=true
logging.level.com.gitee=debug logging.level.com.gitee=debug
# 不用改 # 不用改
mybatis.ignore-update-columns[0]=gmt_create mybatis.fill.com.gitee.fastmybatis.core.support.DateFillInsert=gmt_create
mybatis.ignore-update-columns[1]=gmt_modified mybatis.fill.com.gitee.fastmybatis.core.support.DateFillUpdate=gmt_modified
# 不用改,如果要改,请全局替换修改 # 不用改,如果要改,请全局替换修改
zuul.secret=MZZOUSTua6LzApIWXCwEgbBmxSzpzC zuul.secret=MZZOUSTua6LzApIWXCwEgbBmxSzpzC

View File

@@ -44,6 +44,10 @@ spring.datasource.url=jdbc:mysql://${mysql.host}/sop?useUnicode=true&characterEn
spring.datasource.username=${mysql.username} spring.datasource.username=${mysql.username}
spring.datasource.password=${mysql.password} spring.datasource.password=${mysql.password}
# 不用改
mybatis.fill.com.gitee.fastmybatis.core.support.DateFillInsert=gmt_create
mybatis.fill.com.gitee.fastmybatis.core.support.DateFillUpdate=gmt_modified
# 文件上传配置 # 文件上传配置
spring.servlet.multipart.enabled=true spring.servlet.multipart.enabled=true
spring.servlet.multipart.max-file-size=20MB spring.servlet.multipart.max-file-size=20MB