##Description
This application is a Java EE Demo, I want this demo can guide other people to learning use below framework to build a new project.
##Technology stack
- Spring Framework 3.2.8 (MVC\Security)
- Hibernate 3
- FreeMarker
- LambdJ
- Liquibase
- Selenium webdriver
- concordion
- JNDI
- Sitemesh 2
##How to use?
-
create the databases named 'web_demo' and 'web_demo_test'
-
change the database config in
build/environment/develop/jetty_env.xml -
use mvn compile code
-
then you can run the server use command
mvn jetty:run
notes:
- application default use develop environment, if you want use other environment, you can change env in pom.xml
- if you want create your own environment, you can create a new directory under environment and copy jetty_env.xml and modify it