Skip to content

Small project showing how to easily integrate Spring Security to a Vaadin 8 application

Notifications You must be signed in to change notification settings

mlopezFC/vaadin-spring-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vaadin-spring-security

Small sample aplication that shows how to integrate Spring security into a Vaadin application.

Workflow

To compile the entire project, run "mvn install".

To run the application, run "mvn jetty:run" and open http://localhost:8080/ .

To produce a deployable production mode WAR:

  • change productionMode to true in the servlet class configuration (nested in the UI class)
  • run "mvn clean package"
  • test the war file with "mvn jetty:run-war"

About

Small project showing how to easily integrate Spring Security to a Vaadin 8 application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published