목록Back-End/Spring (21)
HappyWeasel
현재 Spring Boot에서 swagger를 지원하는 라이브러리 중 추천하는 라이브러리는 2가지가 있다. 1. springfox - 2년간 업데이트가 안 되다가 최근에 업데이트 되었다. - 이번에 업데이트가 되면서 webflux도 지원한다. 2. springdoc - 현재 꾸준한 업데이트를 지원하고 있다. - 참고 : springdoc.org/ OpenAPI 3 Library for spring-boot Library for OpenAPI 3 with spring boot projects. Is based on swagger-ui, to display the OpenAPI description.Generates automatically the OpenAPI file. springdoc.org swagg..
보호되어 있는 글입니다.

참고 : jyami.tistory.com/121 Spring Security OAuth2 Login Flow www.callicoder.com/spring-boot-security-oauth2-social-login-part-2/ Spring Boot OAuth2 Social Login with Google, Facebook, and Github - Part 2 Integrate social login with Facebook, Google, and Githu.. jyami.tistory.com

Could not get the value for parameter encoding for plugin execution default-resources Close Eclipse. Navigate to user home directory. (For example: "C:\Users\YourUserName\.m2") Delete the "repository" folder. Re-open Eclipse. Click on the Maven project that has an issue and go to "Project" --> "Clean". Right-click on the project and go to "Maven" --> "Update Project...". Close Eclipse. Open Ecli..