xiaoyong931011
2023-10-30 3156be749dfc93764850b27f7cc2b4514a3ae4d0
src/main/resources/application.yml
@@ -1,11 +1,16 @@
server:
  port: 8080
  port: 8095
  tomcat:
    uri-encoding: utf-8
spring:
  profiles:
    active: dev
    active: prod
  servlet:
    multipart:
      max-file-size: 20MB
      max-request-size: 100MB
  thymeleaf:
    cache: false