suerprisePlus
2024-09-23 e7c3276f2f5091fe8626af61ba5d7b41b2a1f2df
src/main/resources/application.yml
@@ -1,8 +1,13 @@
server:
  port: 7777               # 服务器的HTTP端口,默认为8080
#    max-http-post-size: 2048M
  servlet:
    context-path: /
spring:
  servlet:
    multipart:
      max-file-size: -1
      max-request-size: -1
  profiles:
    active: agent
  datasource: