Skip to content

Instantly share code, notes, and snippets.

@evrentan
Created August 22, 2021 12:20
Show Gist options
  • Save evrentan/99800457e1bce2545deae452a281ab3b to your computer and use it in GitHub Desktop.
Save evrentan/99800457e1bce2545deae452a281ab3b to your computer and use it in GitHub Desktop.
Example Spring Config Data for my-swagger-ui-example repo
#Database connection strings
spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017
spring.data.mongodb.database=swagger-ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment