Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 606 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 606 Bytes

Spring Security Authentication

This is an example Spring Authentication with a Monolith-based.

Getting Started

Installing

Before running application, you should install the npm dependencies in this path: /resources/static/plugin/

> npm install -f

Build

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

Running

You can also running this application without building application first:

> mvn spring-boot:run