KKSU
2023-12-25 aa161ff4d5559e8877a6e9c34f7e0a1351b25726
src/main/resources/application.yml
@@ -1,11 +1,16 @@
server:
  port: 8080
  port: 8085
  tomcat:
    uri-encoding: utf-8
spring:
  profiles:
    active: dev
    active: test
  servlet:
    multipart:
      max-file-size: 10MB
      max-request-size: 100MB
  thymeleaf:
    cache: false