提交 8113e952 authored 作者: 孙洁清's avatar 孙洁清

评估报告管理页面修改v1.0.4

上级 198ef742
...@@ -28,8 +28,8 @@ spring.jpa.open-in-view=true ...@@ -28,8 +28,8 @@ spring.jpa.open-in-view=true
spring.jpa.properties.javax.persistence.validation.mode=none spring.jpa.properties.javax.persistence.validation.mode=none
# spring-http-\u6587\u4EF6\u4E0A\u4F20\u76F8\u5173\u914D\u7F6E # spring-http-\u6587\u4EF6\u4E0A\u4F20\u76F8\u5173\u914D\u7F6E
spring.servlet.multipart.max-file-size=200MB spring.servlet.multipart.max-file-size=500MB
spring.servlet.multipart.max-request-size=200MB spring.servlet.multipart.max-request-size=500MB
#\u914D\u7F6E\u65F6\u95F4\u683C\u5F0F #\u914D\u7F6E\u65F6\u95F4\u683C\u5F0F
spring.jacksondate-format = yyyy-MM-dd HH:mm:ss spring.jacksondate-format = yyyy-MM-dd HH:mm:ss
...@@ -38,6 +38,7 @@ spring.thymeleaf.cache=false ...@@ -38,6 +38,7 @@ spring.thymeleaf.cache=false
spring.mvc.static-path-pattern=/** spring.mvc.static-path-pattern=/**
spring.resources.static-locations=classpath:/uploads/ spring.resources.static-locations=classpath:/uploads/
serverTimezone=Hongkong
#highgo #highgo
#highgo.driver=org.postgresql.Driver #highgo.driver=org.postgresql.Driver
#highgo.connectionType=postgresql #highgo.connectionType=postgresql
......
...@@ -54,6 +54,7 @@ spring.datasource.url=jdbc:mysql://localhost:3306/adaptation?useSSL=false&server ...@@ -54,6 +54,7 @@ spring.datasource.url=jdbc:mysql://localhost:3306/adaptation?useSSL=false&server
spring.datasource.username=root spring.datasource.username=root
spring.datasource.password=root spring.datasource.password=root
serverTimezone=Hongkong
maven.home=/Users/mcj/apache-maven-3.6.1 maven.home=/Users/mcj/apache-maven-3.6.1
maven.command=dependency:tree -DoutputType=txt -DoutputFile= maven.command=dependency:tree -DoutputType=txt -DoutputFile=
maven.treefile=./hello maven.treefile=./hello
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论