Skip to content

machmudeffendi/spring-security-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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