anbl-RTHIT-parent/abnl-RTHIT-service-start/src/main/resources/bootstrap.yml

22 lines
553 B
YAML
Raw Normal View History

2024-04-28 13:48:41 +08:00
spring:
main:
allow-bean-definition-overriding: true
transaction:
default-timeout: 600 #默认10分钟超时
application:
name: ${APPLICATION_NAME}
cloud:
config:
override-none: true
nacos:
config:
shared-configs:
- common.yml
server-addr: ${NACOS_ADDR}:8848
2024-04-28 13:48:41 +08:00
namespace: ${NACOS_NAMESPACE}
file-extension: yml
discovery:
namespace: ${NACOS_NAMESPACE}
server-addr: ${NACOS_ADDR}
service: ${spring.application.name}
group: DEFAULT_GROUP