Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thinkmicroservices/3d15aed882223d6ada21b5ffca772e67 to your computer and use it in GitHub Desktop.
Save thinkmicroservices/3d15aed882223d6ada21b5ffca772e67 to your computer and use it in GitHub Desktop.
Configuration Service application.yml
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