Commit 2cda0cfc by 李传峰

1,redis版本处理,2,全局mvc配置调整

parent 6db93494
...@@ -9,7 +9,8 @@ import org.springframework.core.annotation.Order; ...@@ -9,7 +9,8 @@ import org.springframework.core.annotation.Order;
@Configuration @Configuration
@Order(Ordered.HIGHEST_PRECEDENCE) @Order(Ordered.HIGHEST_PRECEDENCE)
@EnableNacosConfig @EnableNacosConfig
@NacosPropertySource(dataId = "boot.yml", first = true) @NacosPropertySource(dataId = "eureka.yml", first = true)
@NacosPropertySource(dataId = "db-default.yml")
@NacosPropertySource(dataId = "universe-monitor.yml") @NacosPropertySource(dataId = "universe-monitor.yml")
@NacosPropertySource(dataId = "rabbitmq.yml") @NacosPropertySource(dataId = "rabbitmq.yml")
@NacosPropertySource(dataId = "redis.properties") @NacosPropertySource(dataId = "redis.properties")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment