Administrator
2026-01-14 39107c5a27d4c8c4fa7b29c126b37f748ce2ce5c
src/main/resources/application.yml
@@ -1,11 +1,16 @@
server:
  port: 8080
  port: 8088
  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,8 @@
          core:
            metadata:
              TableInfoHelper: error
    cc.mrbird.febs: info
netty:
  websocket:
    port: 8090