pull/1/head
tanghc 5 years ago
parent 84b31313bf
commit ec32e8b39f
  1. 4
      sop-admin/sop-admin-server/src/main/resources/application-dev.properties
  2. 4
      sop-gateway/src/main/resources/application-dev.properties

@ -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

@ -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

Loading…
Cancel
Save