Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 383 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 383 Bytes

Hotel Java app

Requirements

  • Java 22
  • Docker compose

Execution

The app can be executed by running ./mvnw spring-boot:run if executed successfully a simple controller should be reachable at http://localhost:8080/api/reservation-controller

Next steps

  • Add spring properties to connect to mysql docker-compose container
  • Automate creation of required tables