posted 5 years ago
hi
i have an application with rest architecture in spring boot.
i have an other application in spring boot who use spring mvc (thymeleaf)
mvc will call rest service with resttemplate
we would like to add security to spring rest and spring mvc.
what could be solution to add security?
thanks