You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
7
+
8
+
This project will get you going with a MVC app in few minutes, you will be able to test the following technologies:
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 ...
31
+
32
+
33
+
# Install
34
+
`make install`
35
+
36
+
# Run app
37
+
`make start`
38
+
39
+
# Open [browser](http://localhost:8080/SpringMVCHibernateWithSpringSecurityExample/)
0 commit comments