mvn package java -jar target/easy-notes-1.0.0.jar Alternatively, you can run the app without packaging it using - mvn spring-boot:run The app will start running at ...
This repository contains a sample Java REST application implemented according to hexagonal architecture. It is part of the HappyCoders tutorial series on Hexagonal Architecture: In the ...