bootstrap.yml
694 Bytes
server:
port: 8888
spring:
application:
name: xtrade-gateway-service
profiles:
active: dev
cloud:
nacos:
config:
file-extension: properties
context-path: /nacos
extension-configs:
- dataId: route.properties
refresh: true
- dataId: common.properties
refresh: false
banner:
location: banner2.txt
mybatis:
mapper-locations: classpath:/mapper/*.xml
configuration:
call-setters-on-nulls: true
cache-enabled: true
xtrade:
gateway-loader: cloud
aggregation-scan-packages: com.diligrp.xtrade.business.application
api-metrics:
time-unit: seconds
collect-num: 5
timeout: 10