Skip to content

Instantly share code, notes, and snippets.

@gitbricho
Last active August 29, 2015 14:06
Show Gist options
  • Save gitbricho/313f9b2942e697d28c6f to your computer and use it in GitHub Desktop.
Save gitbricho/313f9b2942e697d28c6f to your computer and use it in GitHub Desktop.
healthcare/src/resouces/app.properties
#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