Created
May 21, 2017 18:09
-
-
Save jogaco/b595ef0b2af17963bb8c80425be84159 to your computer and use it in GitHub Desktop.
Spring Boot Tutorial: hibernate.properties
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
# https://docs.spring.io/spring-boot/docs/current/reference/html/howto-properties-and-configuration.html | |
# Must use @...@ instead of ${...} | |
[email protected]@ | |
# Needed by Hibernate3 Maven Plugin defined in pom.xml | |
hibernate.connection.username= @jdbc.username@ | |
[email protected]@ | |
[email protected]@ | |
[email protected]@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment