@@ -8,6 +8,7 @@ server:
direct-buffers: true
+
spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
@@ -6,10 +6,8 @@ spring:
application:
name: config
profiles:
- active: dev,jdbc
+ active: jdbc,dev
cloud:
- refresh:
- refreshable: none # 解决循环依赖的问题
config:
server:
bootstrap: false
@@ -1,4 +1,4 @@
-rootProject.name = 'Envir_Registry'
+rootProject.name = 'ConfigServer'
include 'eureka-core'
include 'envir-config'
include 'eureka-web'