Tag: Spring Security

0

Spring Reactive

리액티브 선언문https://www.reactivemanifesto.org 위에서 말하는 리액티브 시스템의 특징 4가지Responsive - 응답성Resilient - 유연성Elastic - 탄력성Message Driven 리액티브 스트림즈(Reactive Streams)https://github.com/reactive-streams/reactive-str

0

spring security

1부Principal principal는 아규먼트 리졸버로 받아서 처리된다. 1234567@GetMapping("/dashboard")public String dashboard(Model model, Principal principal) { model.addAttribute("message", "H