iliasReddad / DevsOps

Spring boot + Thymeleaf Web Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevsOps

Spring boot + Thymeleaf Web Application

Project About:

  • CRUD web application with Spring Boot and Thymeleaf with a oracle connection .
  • full implementation on how to use Thymeleaf with Spring
  • Use of Jasper report
  • custom whitelabel error page

Project Screenshoot:

image image image

Technology stack:

  • Spring Boot
  • Spring MVC
  • Spring Data JPA
  • MySQL
  • Spring Security
  • Lombok
  • Thymeleaf
  • Bootstrap 4
  • jQuery

Set up MySQL:

Configure database according to application.properties file, or update this file with yours properties.

Running the project

The application uses Spring Boot, so it is easy to run. You can start it any of a few ways:

  • Run the main method from SpringThymleafJpaApplication
  • Use the Maven Spring Boot plugin: mvn spring-boot:run

Viewing the running application

To view the running application, visit http://localhost:8080 in your browser

About

Spring boot + Thymeleaf Web Application


Languages

Language:HTML 48.6%Language:Java 43.9%Language:CSS 7.5%