xiaoyong931011
2023-04-12 b9a0620107ef818b98a51d65470b1a60e7c143bd
src/main/resources/application.yml
@@ -1,15 +1,15 @@
server:
  port: 8080
  port: 8186
  tomcat:
    uri-encoding: utf-8
spring:
  profiles:
    active: test
    active: dev
  servlet:
    multipart:
      max-file-size: 10MB
      max-file-size: 20MB
      max-request-size: 100MB
  thymeleaf: