Using Spring Boot 1.3.1, I am having problems with @AuthenticationPrincipal.
@AuthenticationPrincipal
This is my controller:
@RestController @RequestMapping(\"/a
To help anyone else who hits the same problem, this is a limitation in Spring Boot DevTools and Spring Security OAuth. It's being tracked in this issue: https://github.com/spring-projects/spring-boot/issues/5071