A REST web service for the NotebooksFX app written in Spring Boot.
- Clone the project using
git clone
and go to the project directory:
git clone https://github.com/amal-stack/notebooks-api.git
cd notebooks-api
- Use the Maven
package
command to build and test the project:
mvnw package
- Use the
java -jar
command to run the generated jar from thetarget
subdirectory (Java 18 or newer):
java -jar target/*.jar