Skip to content

Commit

Permalink
Refactor: 코드 리페토링
Browse files Browse the repository at this point in the history
controller, service 및 기타 설정 파일 수정
  • Loading branch information
haeyonghahn committed Jul 29, 2023
1 parent 8e0ac2c commit a7a342a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/resources/application-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jwt:
access-token: 1800
refresh-token: 604800

#spring:
# security:
# oauth2:
# client:
# registration:
# google:
# client-id: ${GOOGLE_CLIENT_ID}
# client-secret: ${GOOGLE_CLIENT_SECRET}
# scope: profile,email
spring:
security:
oauth2:
client:
registration:
google:
client-id: ${GOOGLE_CLIENT_ID}
client-secret: ${GOOGLE_CLIENT_SECRET}
scope: profile,email
mvc:
static-path-pattern: /static/**

0 comments on commit a7a342a

Please sign in to comment.