Last active
February 22, 2020 02:03
-
-
Save thinkmicroservices/3d15aed882223d6ada21b5ffca772e67 to your computer and use it in GitHub Desktop.
Configuration Service application.yml
This file contains hidden or 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
spring: | |
security: | |
user: | |
name: think | |
password: microservices | |
profiles: | |
active: native | |
cloud: | |
config: | |
server: | |
native: | |
searchLocations: "classpath:/config" | |
server: | |
port: 8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment