diff --git a/bonus-modules/bonus-material/src/main/resources/bootstrap-sgzb_bns_test.yml b/bonus-modules/bonus-material/src/main/resources/bootstrap-sgzb_bns_test.yml new file mode 100644 index 00000000..b2188d78 --- /dev/null +++ b/bonus-modules/bonus-material/src/main/resources/bootstrap-sgzb_bns_test.yml @@ -0,0 +1,28 @@ +# Tomcat +server: + port: 18588 + +# Spring +spring: + cloud: + nacos: + discovery: + # 服务注册地址 + server-addr: 192.168.0.56:8848 + # namespace: sgzb_bns + namespace: sgzb_bns + config: + # 配置中心地址 + server-addr: 192.168.0.56:8848 + # namespace: sgzb_bns + namespace: sgzb_bns + # 配置文件格式 + file-extension: yml + # 共享配置 + shared-configs: + - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} + +#加密组件 +jasypt: + encryptor: + password: Encrypt