Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.36 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.36 KB

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

💁‍♂️ 프로젝트 팀원