We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018e0bb commit c6dd70fCopy full SHA for c6dd70f
src/main/resources/application.yml
@@ -1,14 +1,14 @@
1
server:
2
port: 8001
3
4
-eureka:
5
- client:
6
- serviceUrl:
7
- defaultZone: http://${EUREKA_ZONE_HOST:localhost}:${EUREKA_ZONE_PORT:8761}/eureka/
8
-
9
spring:
10
application:
11
name: authentication-server
+ cloud:
+ nacos:
+ discovery:
+ server-addr: ${REGISTER_HOST:localhost}:${REGISTER_PORT:8848}
+
12
rabbitmq:
13
host: ${RABBIT_MQ_HOST:localhost}
14
port: ${RABBIT_MQ_PORT:5672}
src/test/resources/application.yml
@@ -1,11 +1,6 @@
port: 9001
datasource:
druid:
0 commit comments