wimdeblauwe / thymeleaf-workshop-spring-io-2022

Thymeleaf Workshop Spring I/O 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thymeleaf Workshop Spring I/O 2022

Goal

This repository is the starting point for the workshop 'Getting started with Spring Boot and Thymeleaf' for Spring I/O 2022

Prerequisites

In order to follow the workshop, it’s a good idea to have the following prerequisites ready on your system:

Tip

Use https://sdkman.io/ to easily install Java SDK and Maven.

Getting started

  1. Run mvn verify to download all dependencies to your local repository.

  2. Copy src/main/resources/application-local.properties.example to src/main/resources/application-local.properties

  3. Start the application from your IDE using the local profile.

  4. Run npm run build && npm run watch in a separate terminal window to have Live Reload. (If you like to have less output in the terminal window, run npm run --silent build && npm run --silent watch)

  5. Access the application at http://localhost:3000

About

Thymeleaf Workshop Spring I/O 2022


Languages

Language:Java 46.0%Language:JavaScript 40.6%Language:HTML 12.2%Language:CSS 1.2%