Last active
August 29, 2015 14:06
-
-
Save gitbricho/313f9b2942e697d28c6f to your computer and use it in GitHub Desktop.
healthcare/src/resouces/app.properties
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
#message source | |
message.source.basename=WEB-INF/messages/messages | |
#DB properties: | |
driverClassName=com.mysql.jdbc.Driver | |
url=jdbc:mysql://localhost:3306/healthcaredb | |
username=demo | |
password=pass | |
initialSize=5 | |
maxActive=50 | |
#Eclipselink Configuration | |
eclipselink.ddl-generation=drop-and-create-tables | |
#eclipselink.ddl-generation=update-tables | |
eclipselink.target-database=org.eclipse.persistence.platform.database.MySQLPlatform | |
eclipselink.logging.level=config | |
#eclipselink.logging.level=fine | |
eclipselink.weaving=false | |
#model scan | |
model.scan.package=com.itrane.healthcare.model |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment