Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 437 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 437 Bytes

food-blog

A simple web application for a food blog example with Spring Boot using in-memory DB.

Requirements:

  • Java 11
  • Maven
  • port 8080

Steps to setup

  1. Check json file is present for blog.data.file in application.properties.
  2. Navigate to the project food-blog.
  3. Run mvn clean install
  4. Run mvn spring-boot:run
  5. Go to http://localhost:8080/ to ensure that the application is running.