xiaoyong931011
2023-05-11 3db024dd369ec8f63fee3591bb4cc16ac3de87e3
src/main/resources/application.yml
@@ -1,15 +1,15 @@
server:
  port: 8083
  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: