Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 457 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 457 Bytes

Rent a Car - Thymeleaf


This appliation intend to be a simple demonstration on how to create an Spring-boot applciaton with thymeleaf.


Requirements

  • Java 17
  • Docker compose

How to run

Get the database container up and running:

docker-compose up

Run application:

mvn spring-boot:run

Surf on application

It will be available at the port 8080