Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.13 KB

Thymeleaf Workshop

Build Status Quality Gate Status

This project shows different ways to handle HTML5 elements using Thymeleaf having Spring Webflux as backend.

To run the project with Gradle

gradle bootRun

To run tests with Gradle

gradle test

To run tests with Jacoco and Sonarqube

gradle jacocoTestReport sonarqube test

To run the project with Maven

mvn spring-boot:run

To run tests with Gradle

mvn test

Read this as reference