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