Administrator
2025-09-03 54fcce943e3c9d19a59333b3ab77bfb7ccbe32ec
src/main/resources/application.yml
@@ -5,11 +5,11 @@
spring:
  profiles:
    active: dev
    active: test
  servlet:
    multipart:
      max-file-size: 10MB
      max-file-size: 100MB
      max-request-size: 100MB
  thymeleaf:
@@ -40,3 +40,8 @@
          core:
            metadata:
              TableInfoHelper: error
    cc.mrbird.febs: info
netty:
  websocket:
    port: 8090