xiaoyong931011
2022-06-23 7804b65c502ac9b2bb93f6f64dff53e2a1322f79
src/main/resources/application.yml
@@ -1,11 +1,16 @@
server:
  port: 8080
  port: 8083
  tomcat:
    uri-encoding: utf-8
spring:
  profiles:
    active: dev
    active: test
  servlet:
    multipart:
      max-file-size: 10MB
      max-request-size: 100MB
  thymeleaf:
    cache: false