文章目录
- 创建一个公共配置文件
- 其他配置文件引用
- springboot配置文件
创建一个公共配置文件
其他配置文件引用
${变量}
springboot配置文件
spring:cloud:nacos:discovery:server-addr: @current.ip@:8848namespace: word_register_proconfig:server-addr: @current.ip@:8848auto-refresh: truebootstrap:enable: truenamespace: word_config_profile-extension: propertiesext-config:- auto-refresh: truedata-id: jdbc.propertiesenable-remote-sync-config: true# group: DEFAULT_GROUP# namespace: word_config_devtype: properties- auto-refresh: truedata-id: redis.propertiesenable-remote-sync-config: truetype: properties- auto-refresh: truedata-id: minio.propertiesenable-remote-sync-config: truetype: properties- auto-refresh: truedata-id: customProperty.propertiesenable-remote-sync-config: truetype: propertiesshared-dataids: application.propertiesrefreshable-dataids: application.properties