Simple spring-based web application. Tested with Apache Tomcat 7.0.40.
How to configure:
-
Create database with parameters from bean dataSource in dispatcher-servlet.xml, or reconfigure data source in xml.
-
Start application - hibernate configuration is not like in production mode, so it will create tables automatically.
-
Apply init.sql from application resources.
Now you can log in with login=admin and password=admin