This is an example Spring Authentication with a Monolith-based.
Before running application, you should install the npm dependencies in this path: /resources/static/plugin/
> npm install -f
You can build application with this command :
> mvn clean
> mvn package install
and running build result with this command:
> java -Jar target/mywebserviceapp-0.0.1-SNAPSHOT.jar
You can also running this application without building application first:
> mvn spring-boot:run