xiaoyong931011
2023-09-21 54be1e5481d58ea7fa39a34c0bd0e442c406a4b8
src/main/resources/application.yml
@@ -1,11 +1,16 @@
server:
  port: 8096
  port: 8099
  tomcat:
    uri-encoding: utf-8
spring:
  profiles:
    active: prod
    active: dev
  servlet:
    multipart:
      max-file-size: 20MB
      max-request-size: 100MB
  thymeleaf:
    cache: false