forked from polarismesh/polaris-java-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fredrikliu
committed
Jun 18, 2024
1 parent
f3c8196
commit b72f549
Showing
17 changed files
with
156 additions
and
113 deletions.
There are no files selected for viewing
11 changes: 8 additions & 3 deletions
11
...-cloud-2022-examples/quickstart-examples/consumer/src/main/resources/bootstrap.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
server.port=65002 | ||
spring.application.name=service-consumer-2022 | ||
spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848 | ||
spring.cloud.nacos.discovery.enabled=false | ||
spring.cloud.nacos.config.enabled=false | ||
spring.cloud.nacos.config.server-addr=111.230.121.115:8848 | ||
spring.cloud.nacos.discovery.server-addr=111.230.121.115:8848 | ||
spring.cloud.nacos.config.enabled=true | ||
spring.cloud.nacos.discovery.enabled=true | ||
spring.cloud.nacos.username=nacos | ||
spring.cloud.nacos.password=uu3T2L9q | ||
management.endpoints.web.exposure.include=* | ||
management.endpoint.health.show-details=always | ||
spring.main.allow-bean-definition-overriding=true | ||
spring.main.allow-circular-references=true |
9 changes: 5 additions & 4 deletions
9
...loud-2022-examples/quickstart-examples/provider-a/src/main/resources/bootstrap.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
server.port=65001 | ||
spring.application.name=service-provider-2022 | ||
spring.cloud.nacos.config.server-addr=127.0.0.1:8848 | ||
spring.cloud.nacos.config.enabled=false | ||
spring.cloud.nacos.discovery.enabled=false | ||
spring.cloud.nacos.config.server-addr=111.230.121.115:8848 | ||
spring.cloud.nacos.discovery.server-addr=111.230.121.115:8848 | ||
spring.cloud.nacos.config.enabled=true | ||
spring.cloud.nacos.discovery.enabled=true | ||
spring.cloud.nacos.username=nacos | ||
spring.cloud.nacos.password=nacos | ||
spring.cloud.nacos.password=uu3T2L9q | ||
management.endpoints.web.exposure.include=* | ||
management.endpoint.health.show-details=always | ||
spring.main.allow-bean-definition-overriding=true |
16 changes: 11 additions & 5 deletions
16
...ud-hoxton-examples/quickstart-examples/consumer/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
server.port=65002 | ||
spring.application.name=service-consumer-hoxton | ||
spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848 | ||
spring.cloud.nacos.discovery.enabled=false | ||
spring.cloud.nacos.config.enabled=false | ||
server.port=65001 | ||
spring.application.name=service-provider-hoxton | ||
spring.cloud.nacos.config.server-addr=111.230.121.115:8848 | ||
spring.cloud.nacos.discovery.server-addr=111.230.121.115:8848 | ||
spring.cloud.nacos.config.enabled=true | ||
spring.cloud.nacos.discovery.enabled=true | ||
spring.cloud.nacos.username=nacos | ||
spring.cloud.nacos.password=uu3T2L9q | ||
management.endpoints.web.exposure.include=* | ||
management.endpoint.health.show-details=always | ||
spring.main.allow-bean-definition-overriding=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.