xiaoyong931011
2023-04-04 04180c2c2c8bfa97861db34eba19f277b4119d75
src/main/resources/application.yml
@@ -1,15 +1,15 @@
server:
  port: 8083
  port: 8802
  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: