2022 SW Coaching 6th Code Review
After I add google login function, all of test codes didn’t work.
Problems and Solution
-
- I wrote in build.gradle as below.
compleOnly('org.springframework boot:spring-boot-starter-oauth2-client')-
Solution: chage it to
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
-
In intellij there is file name “External Libraries”. Click the file then, open “\org\springframework\session\jdbc\schema-mysql.sql”

Then, click the green one and your db name.


Done!
Written on July 15, 2022
