hoe-recovery/hoe-admin/admin-boot/src/main/resources/bootstrap.yml

24 lines
520 B
YAML

spring:
application:
name: hoe-admin
main:
allow-bean-definition-overriding: true
profiles:
active: dev
cloud:
nacos:
discovery:
# metadata:
# serviceGroup: ytChen
server-addr: localhost:8848
namespace: 11bfd099-10d6-4f2c-b969-58b76e435cce
config:
server-addr: localhost:8848
file-extension: yaml
prefix: hoe-admin
group: dev
namespace: 11bfd099-10d6-4f2c-b969-58b76e435cce
server:
port: 9002