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 에 추가

# JWT
jwt.secret={SECRET_KEY}

# 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

# Redis
spring.data.redis.host=localhost
spring.data.redis.port=6379

# S3
cloud.aws.s3.bucket=cano-server
cloud.aws.credentials.accessKey={AWS_ACCESS_KEY}
cloud.aws.credentials.secretKey={AWS_SECRET_KEY}
cloud.aws.region.static=ap-northeast-2

🗃 팀 위키

🔧 기술 스택

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

💁‍♂️ 프로젝트 팀원

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published