Skip to content

Instantly share code, notes, and snippets.

@jogaco
Created May 21, 2017 16:27
Show Gist options
  • Save jogaco/f53246b73b123ea3fb9a6287f5451319 to your computer and use it in GitHub Desktop.
Save jogaco/f53246b73b123ea3fb9a6287f5451319 to your computer and use it in GitHub Desktop.
Spring Boot Tutorial
# Spring Boot: must use @..@ instead of ${...} https://docs.spring.io/spring-boot/docs/current/reference/html/howto-properties-and-configuration.html
spring.datasource.url=@jdbc.url@
spring.datasource.username=@jdbc.username@
spring.datasource.password=@jdbc.password@
spring.datasource.driver-class-name=@jdbc.driverClassName@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment