Bonus-ProtectionSetting-Manage/bonus-modules/bonus-shared-station/target/classes/bootstrap-bonus_houqin_loca...

46 lines
886 B
YAML

# Tomcat
server:
port: 58691
# Spring
spring:
cloud:
nacos:
discovery:
# 服务注册地址
server-addr: 127.0.0.1:8848
namespace: bonus_houqin
username: nacos
password: nacos
config:
# 配置中心地址
server-addr: 127.0.0.1:8848
namespace: bonus_houqin
username: nacos
password: nacos
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
#加密组件
jasypt:
encryptor:
password: Encrypt
mybatis:
configuration:
map-underscore-to-camel-case: true
system:
sysfile:
prefixOffline: http://localhost:9000/lnyst
prefixOnline: http://localhost:9000/lnyst
bucket: /lnyst
oss:
endpoint: http://localhost:9000