# Tomcat server: port: 9302 # Spring spring: application: # 应用名称 name: etl-data-source profiles: # 环境配置 active: dev cloud: nacos: discovery: # 服务注册地址 server-addr: 192.168.23.133:8848 # 命名空间 namespace: etl config: # 配置中心地址 server-addr: 192.168.23.133:8848 # 命名空间 namespace: etl # 配置文件格式 file-extension: yml # 共享配置 shared-configs: - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} # 主启动类 允许循环依赖 main: allow-circular-references: true logging: level: com.etl.system.mapper: DEBUG