Hello there. This is a vanilla Java web project. An easy attempt into building a simple api. This project is an exercise of the course The Confident Spring Professional from Marco Behler.
It was really exciting to build this app and weeew, lets get ready to the next chapter.
mvn package
java -jar target\mybank-1.0-SNAPSHOT.jar
mvn compile exec:java -D exec.mainClass="com.gosenx.ApplicationLauncher"
mvn compile exec:java -D server.port=8020 -D exec.mainClass="com.gosenx.ApplicationLauncher"