Skip to content

전국 카페의 아메리카노 맛을 알고 싶어!

Notifications You must be signed in to change notification settings

pknu-wap/CANO-BE

Repository files navigation

CANO - BE

📝 소개

CANO 애플리케이션 백엔드 리포지토리입니다.

application.properties

src/resources 에 추가

# MySQL
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/cano
spring.datasource.username=root
spring.datasource.password={ROOT_PASSWORD}

spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.format_sql=true

# JWT
jwt.secret={SECRET_KEY}

# GOOGLE
spring.security.oauth2.client.registration.google.client-id={현재 안 씀, 아무 값이나 입력}
spring.security.oauth2.client.registration.google.client-secret={현재 안 씀, 아무 값이나 입력}
spring.security.oauth2.client.registration.google.scope=email, profile

# KAKAO
spring.security.oauth2.client.registration.kakao.client-id={현재 안 씀, 아무 값이나 입력}
spring.security.oauth2.client.registration.kakao.client-secret={현재 안 씀, 아무 값이나 입력}
spring.security.oauth2.client.registration.kakao.client-authentication-method=client_secret_post
spring.security.oauth2.client.registration.kakao.redirect-uri={현재 안 씀, 아무 값이나 입력}
spring.security.oauth2.client.registration.kakao.authorization-grant-type=authorization_code
spring.security.oauth2.client.registration.kakao.client-name=kakao
spring.security.oauth2.client.registration.kakao.scope=profile_nickname, profile_image

spring.security.oauth2.client.provider.kakao.authorization-uri=https://kauth.kakao.com/oauth/authorize
spring.security.oauth2.client.provider.kakao.token-uri=https://kauth.kakao.com/oauth/token
spring.security.oauth2.client.provider.kakao.user-info-uri=https://kapi.kakao.com/v2/user/me
spring.security.oauth2.client.provider.kakao.user-name-attribute=id

🗃 팀 위키

🔧 기술 스택

  • Java
  • Spring Boot
  • MySQL
  • AWS EC2
  • Docker

💁‍♂️ 프로젝트 팀원

About

전국 카페의 아메리카노 맛을 알고 싶어!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published