Administrator
2025-05-20 2402314e739d4c27ecb7b7a59d57d4ff4094d04a
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: 100MB
      max-request-size: 100MB
  thymeleaf:
    cache: false
@@ -35,3 +40,4 @@
          core:
            metadata:
              TableInfoHelper: error
    cc.mrbird.febs: info