My first spring boot application.
That simple application allows you to operate on your daily tasks.
- Java 11
- Spring
- Maven
- Thymeleaf
- Flyway
- Hibernate
- H2 database
- IntelliJ IDEA
- Clone the Project using link https://github.com/mmpodkanski/movie-room-back.git or Download the zip
- Open project in IntelliJ:
- File->New->Project from Version Control then past clone link
- File->Open then find and open downloaded zip
- Run TodoAppApplication.java in main package
OR
You can run application with maven wrapper:
- mvnw clean install
- mvnw spring-boot:run
Created by @mmpodkanski