-
OAuth2를 활용한 SSO 서버/클라이언트 구현OAUTH 공부자료 2019. 10. 29. 16:19
https://www.baeldung.com/sso-spring-security-oauth2
Simple Single Sign-On with Spring Security OAuth2 | Baeldung
A simple SSO implementation using Spring Security OAuth2 and Boot.
www.baeldung.com
https://github.com/eugenp/tutorials/tree/master/spring-security-sso
eugenp/tutorials
The "REST With Spring" Course: . Contribute to eugenp/tutorials development by creating an account on GitHub.
github.com
java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException 오류 뜰때
[SPRING] Java 9로 전환 할 때 Spring 부트를 사용하는 javax.xml.bind.JAXBException의 ClassNotFoundException
Java 9로 전환 할 때 Spring 부트를 사용하는 javax.xml.bind.JAXBException의 ClassNotFoundException start.spring.io를 사용하여 프로젝트를 초기화했습니다. WEB, JPA, H2 종속성을 추가 한 다음 Jdk 9를 사용..
cnpnote.tistory.com
<dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> </dependency>
'OAUTH 공부자료' 카테고리의 다른 글
스프링부트 참고 사이트 (0) 2019.10.31 OAuth2 Developers Guide (Spring 공식 홈페이지) (0) 2019.10.25 OAuth 2.0 - Authorization Code Grant 방식의 흐름 (생활코딩) (0) 2019.10.23 Spring Security를 사용하는 OAuth 2.0 서버/클라이언트 구현 (0) 2019.10.23 OAuth(3) - Facebook 인증 (0) 2019.10.18