Skip to content

yusufsefasezer/spring-mvc-bio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Web MVC Biography

Spring based Web MVC project developed using the following technologies;

  • Spring Core
  • Spring Web MVC
  • Spring Data
    • Spring Data JPA (Hibernate)
  • Spring Security
  • Spring AOP
  • H2 (in-memory database)
  • JSP
  • JSTL
  • Lombok
  • JEE Bean Validator
  • SLF4J

Features

  • Multi language (i18n),
  • Theme system
  • Export (Excel, PDF)
  • Audit
  • Log
  • Validator
  • Query Optimization (Projections)
  • Exception Handling

How to run

Maven must be installed to run this application.

If you have maven execute the below command to run.

mvn clean package

Then deploy generated .war file(target) to servlet container(tomcat, jetty) or application server(payara, glassfish, tomee)

Screenshot

Site Admin
Home Dashboard
Login Biographies
Register Biography add
Search Biography edit
Letter Biography delete
Biography Pages
Page Members
Multi language Comments
Theme system Settings

License

This project is licensed under the MIT License. See the LICENSE file for details

Created by Yusuf Sezer