spring-guides / tut-spring-security-and-angular-js

Spring Security and Angular:: A tutorial on how to use Spring Security with a single page application with various backend architectures, ranging from a simple single server to an API gateway with OAuth2 authentication.

Home Page:https://spring.io/guides/tutorials/spring-security-and-angular-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Documentation] Missing maven-resources-plugin plugin in the tutorial when adding wro

TehBakker opened this issue · comments

Really awesome and very detailed Tutorial.

Just a little bit of code missing in the tutorial, when adding wro4j-maven-plugin.
You don't talk about adding maven-resources-plugin and resources as well in the build tag.

The pom contains it but the tutorial doesn't speak about that part