|
@@ -17,7 +17,7 @@ spring.servlet.multipart.max-file-size=500MB
|
|
|
spring.servlet.multipart.max-request-size=500MB
|
|
|
spring.servlet.multipart.enabled=true
|
|
|
spring.mvc.async.request-timeout=600000
|
|
|
-spring.web.static-locations=classpath:/META-INF/resources/,classpath:/resources/, classpath:/static/, file:${server.file.location},file:${upload.file.location}
|
|
|
+spring.web.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/, classpath:/static/, file:${server.file.location},file:${upload.file.location}
|
|
|
#数据库配置
|
|
|
spring.datasource.url=jdbc:mysql://192.168.0.47:3306/change_clothes_x?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
|
|
|
spring.datasource.username=root
|