CANO 애플리케이션 백엔드 리포지토리입니다.
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