A simple web application for a food blog example with Spring Boot using in-memory DB.
- Java 11
- Maven
- port 8080
- Check json file is present for blog.data.file in application.properties.
- Navigate to the project food-blog.
- Run
mvn clean install
- Run
mvn spring-boot:run
- Go to
http://localhost:8080/
to ensure that the application is running.