Created
August 22, 2021 12:24
-
-
Save evrentan/a6ed1cea7e703bd8988a9b78efcb3165 to your computer and use it in GitHub Desktop.
bootstrap.properties file for the Client Application
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
# Read file on HackTheLife Config Server | |
# .properties or .yml file on config server | |
# local, dev | |
spring.application.name = my-swagger-ui-example | |
# Config server setting | |
spring.cloud.config.uri = http://localhost:8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment