Skip to content

Using AOP to guard URL variables in a REST API (Spring Boot)

Notifications You must be signed in to change notification settings

vrto/rest-guardian-aop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOP REST Guardians

Example REST API with Spring Boot, where URL variables are guarded using AOP. See UrlParameterGuardian for more details.

building

mvn clean install

running

mvn spring-boot:run

notes

This sample is using project lombok, you may need to install a lombok plugin for your IDE.

About

Using AOP to guard URL variables in a REST API (Spring Boot)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published