2025-06-03 17:18:11 +08:00
|
|
|
server:
|
2025-06-26 18:13:37 +08:00
|
|
|
port: 8102
|
2025-07-11 18:45:43 +08:00
|
|
|
tomcat:
|
|
|
|
|
max-http-form-post-size: 50MB
|
2025-06-03 17:18:11 +08:00
|
|
|
spring:
|
2025-07-11 18:45:43 +08:00
|
|
|
main:
|
|
|
|
|
allow-bean-definition-overriding: true
|
2025-06-03 17:18:11 +08:00
|
|
|
application:
|
2025-07-11 18:45:43 +08:00
|
|
|
name: admin-dev
|
2025-06-03 17:18:11 +08:00
|
|
|
profiles:
|
|
|
|
|
active: dev
|
|
|
|
|
config:
|
|
|
|
|
import: nacos:shared.properties?group=${spring.profiles.active}&refreshEnabled=true
|
|
|
|
|
cloud:
|
|
|
|
|
nacos:
|
|
|
|
|
config:
|
|
|
|
|
server-addr: ${nacos.server-addr:112.74.186.154:8848}
|
|
|
|
|
namespace: wms
|
|
|
|
|
group: ${spring.profiles.active}
|
|
|
|
|
discovery:
|
|
|
|
|
server-addr: ${nacos.server-addr:112.74.186.154:8848}
|
|
|
|
|
namespace: wms
|
|
|
|
|
group: ${spring.profiles.active}
|
2025-07-11 18:45:43 +08:00
|
|
|
servlet:
|
|
|
|
|
multipart:
|
|
|
|
|
max-file-size: 30MB
|
|
|
|
|
max-request-size: 50MB
|
2025-06-03 17:18:11 +08:00
|
|
|
logging:
|
|
|
|
|
level:
|
|
|
|
|
root: info
|