An App Store website written in Java.
- mvn jetty:run -> run embedded server
- mvn install -> export war file
- production : put following files into
src/main/resources
-
log4j.properties
-
dataAccessDAO.properties
jdbc.driver = com.mysql.jdbc.Driverjdbc.url = jdbc:mysql://localhost/dbnamejdbc.username=xxxjdbc.password=xxx
-
openid.properties
-