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.Driver
jdbc.url = jdbc:mysql://localhost/dbname
jdbc.username=xxx
jdbc.password=xxx
-
openid.properties
-