Skip to content

josdem/thymeleaf-workshop

Repository files navigation

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