wms/nflg-wms-shipment/src/main/resources/application.yml

48 lines
993 B
YAML

server:
port: 8103
tomcat:
max-http-form-post-size: 200MB
spring:
main:
allow-bean-definition-overriding: true
application:
name: shipment-local
profiles:
active: dev
config:
import: nacos:shared.properties?group=${spring.profiles.active}&refreshEnabled=true
cloud:
nacos:
config:
server-addr: ${nacos.server-addr:192.168.163.83:8848}
namespace: wms
group: ${spring.profiles.active}
discovery:
server-addr: ${nacos.server-addr:192.168.163.83:8848}
namespace: wms
group: ${spring.profiles.active}
servlet:
multipart:
max-file-size: 200MB
max-request-size: 200MB
logging:
level:
root: info
management:
endpoints:
web:
exposure:
include: '*'
enabled-by-default: on
endpoint:
health:
show-details: always
health:
db:
enabled: true
redis:
enabled: true
tracing:
enabled: true
sampling:
probability: 1.0