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 20, 2024
1 parent
dc0823f
commit 9a0a8eb
Showing
12 changed files
with
64 additions
and
49 deletions.
There are no files selected for viewing
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
2 changes: 2 additions & 0 deletions
2
...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
8 changes: 4 additions & 4 deletions
8
...-cloud-2023-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
2 changes: 1 addition & 1 deletion
2
...loud-2023-examples/quickstart-examples/provider/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
36 changes: 18 additions & 18 deletions
36
...-cloud-2023-examples/quickstart-examples/provider/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,18 +1,18 @@ | ||
server.port=65001 | ||
spring.application.name=service-provider-2022 | ||
spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848 | ||
spring.cloud.nacos.config.server-addr=111.230.121.115:8848 | ||
spring.cloud.nacos.config.enabled=true | ||
spring.cloud.nacos.discovery.enabled=true | ||
#spring.cloud.nacos.discovery.instance-enabled=true | ||
#only register IPv4 instance | ||
#spring.cloud.nacos.discovery.ip-type=IPv4 | ||
#only register IPv6 instance | ||
#spring.cloud.nacos.discovery.ip-type=IPv6 | ||
|
||
spring.cloud.nacos.username=nacos | ||
spring.cloud.nacos.password=nacos | ||
|
||
management.endpoints.web.exposure.include=* | ||
management.endpoint.health.show-details=always | ||
spring.main.allow-circular-references=true | ||
#server.port=65001 | ||
#spring.application.name=service-provider-2022 | ||
#spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848 | ||
#spring.cloud.nacos.config.server-addr=127.0.0.1:8848 | ||
#spring.cloud.nacos.config.enabled=true | ||
#spring.cloud.nacos.discovery.enabled=true | ||
##spring.cloud.nacos.discovery.instance-enabled=true | ||
##only register IPv4 instance | ||
##spring.cloud.nacos.discovery.ip-type=IPv4 | ||
##only register IPv6 instance | ||
##spring.cloud.nacos.discovery.ip-type=IPv6 | ||
# | ||
#spring.cloud.nacos.username=nacos | ||
#spring.cloud.nacos.password=nacos | ||
# | ||
#management.endpoints.web.exposure.include=* | ||
#management.endpoint.health.show-details=always | ||
#spring.main.allow-circular-references=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
2 changes: 2 additions & 0 deletions
2
...-hoxton-examples/quickstart-examples/provider-a/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
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