Skip to content

Spring project multimodule with Spring MVC / JPA / Hibernate / Security

License

Notifications You must be signed in to change notification settings

Grysbi/spring-base-multimodule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-base-multimodule

Spring multimodule with Spring MVC / JPA / Hibernate / Security.

  • Client : Public files (css / js / images)
  • Model : Persistence context and all entity
  • Site : Config / controller / templates

Version

  • IntelliJ 2017.3
  • Maven 4
  • JRE 1.8
  • Spring 4
  • Hibernate 5.2.12.Final

Getting started

  • Clone the repo: git clone https://github.com/Grysbi/spring-base-multimodule.git
  • Add BDD connection information in model/src/main/resources/database.properties
  • Create Database with SQL file : model/src/main/resources/SQL/createTable.sql
  • Launch spring boot server

Help

You find the user information in SQL script. For the multi-language, use url http://localhost:8080/?lang=en or http://localhost:8080/?lang=fr

Question/Answer and issue tracking

If you have any questions, feedback, or feature requests, don't hesitate to add here

Authors

  • Gilles Andrieu - GIT