This project is an SouJava Team effort to help you bootstrap a simple but effective app, updated, tested and that is ready so you can start coding in minutes.
This project will get you going with a MVC app in few minutes, you will be able to test the following technologies:
- Spring MVC
- Spring Security
- Hibernate
- H2DB
The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications.
In Spring Framework, “Spring Security” module is the base module for rest of the Spring Security modules.
Hibernate ORM is an object-relational mapping tool for the Java programming language. It provides a framework for mapping an object-oriented domain model to a relational database. Wikipedia
H2 Database Engine. Welcome to H2, the Java SQL database. The main features of H2 are: Very fast, open source, JDBC API; Embedded and server modes; in-memory databases; Browser based Console application; Small footprint: around 1.5 MB jar file size ...
make install
make start
Open browser
make browser
Login with username: test
password: test
Login with username: test
password: test
Thomas Modeneis StackOverflow LinkedIn
Ivens Fernando Signorini
This module is licensed under the MIT license.