[Spring Boot] ERROR: No tests found for given includes
발생 시점
테스트 케이스를 작성한 후에 테스트를 실행 (IntelliJ)
오류 문구

해결 방안
- File > Settings > Build, Execution, Deployment > Gradle
- Gradle Projects > Run tests using
- Gradle를 IntelliJ IDEA로 변경


Code Refactoring (코드 리팩터링)
Code Refactoring (코드 리팩터링)
Technique

[Spring Boot] Google OAuth2 로그인
spring boot에서 구글로 로그인 구현
Spring Boot
