/notice-board-api

Spring Boot API for the Notice Board Project

Primary LanguageJava

notice-board-api

Spring Boot API for the Notice Board Project

Requirements

For building and running the application you need:

Running the application locally

To run this Spring Boot application on your local machine you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

Alternatively:

mvnw spring-boot:run