|
|
|
@ -5,4 +5,11 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
|
mybatis.config-location=classpath:mybatis/mybatis-config.xml
|
|
|
|
|
mybatis.mapper-locations=classpath:mybatis/mapper/*/*.xml
|
|
|
|
|
|
|
|
|
|
spring.jmx.enabled=false
|
|
|
|
|
spring.jmx.enabled=false
|
|
|
|
|
|
|
|
|
|
server.tomcat.max-http-form-post-size=100MB
|
|
|
|
|
server.tomcat.max-http-post-size=100MB
|
|
|
|
|
server.max-http-header-size=100MB
|
|
|
|
|
#\u6700\u5927\u4E0A\u4F20\u6587\u4EF6\u5927\u5C0F(10MB)
|
|
|
|
|
spring.servlet.multipart.max-file-size=200MB
|
|
|
|
|
spring.servlet.multipart.max-request-size=200MB
|