File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ dependencies {
3636 implementation ' org.springframework.boot:spring-boot-starter-web'
3737 implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
3838 implementation ' org.springframework.boot:spring-boot-starter-security'
39- // implementation 'org.springframework.boot:spring-boot-starter-oauth2-authorization-server'
4039 implementation ' org.springframework.boot:spring-boot-starter-oauth2-client'
40+ // implementation 'org.springframework.boot:spring-boot-starter-oauth2-authorization-server'
4141 implementation ' org.springframework.boot:spring-boot-starter-validation'
4242 implementation ' org.springframework.boot:spring-boot-starter-actuator'
4343 implementation ' org.springframework.session:spring-session-core'
7373 }
7474}
7575
76- // tasks.withType(JavaCompile).configureEach {
77- // options.fork = true
78- // }
76+ tasks. withType(JavaCompile ). configureEach {
77+ options. fork = true
78+ }
7979
8080compileJava {
8181 options. compilerArgs. addAll(
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ spring:
2121 client :
2222 registration :
2323 google :
24- clientId : ' REPLACE_ME '
25- clientSecret : ' REPLACE_ME '
24+ clientId : ' 962497524793-sn58hgkr469ul5nare0c292nhuses5sh.apps.googleusercontent.com '
25+ clientSecret : ' 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 '
2626 redirect-uri : ' {baseUrl}/login/oauth2/code/google'
2727 authorization-grant-type : authorization_code
2828 scope : openid,profile,email
You can’t perform that action at this time.
0 commit comments