###需拷贝到每一个模块下 spring: mvc: pathmatch: matching-strategy: ant_path_matcher main: #允许循环引用 allow-circular-references: true # 应用名 application: name: RewardServer # 当前读取配置文件的类型 profiles: active: dev #配置中心 cloud: config: uri: http://192.168.110.241:8000 name: RewardServer,ConfigCenter autoconfigure: exclude: - org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration - org.springframework.cloud.netflix.ribbon.RibbonAutoConfiguration