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'

  1. In intellij there is file name “External Libraries”. Click the file then, open “\org\springframework\session\jdbc\schema-mysql.sql”

_config.yml

_config.yml

Then, click the green one and your db name.

_config.yml

_config.yml

Done!

Written on July 15, 2022