Skip to content

Commit 8b7d17a

Browse files
committed
delete(init) : 초기 더미데이터 삭제
1 parent 746ce8f commit 8b7d17a

4 files changed

Lines changed: 11 additions & 168 deletions

File tree

src/main/java/com/example/FixLog/mock/MemberTestDataInitializer.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/main/java/com/example/FixLog/mock/PostTestDataInitializer.java

Lines changed: 0 additions & 85 deletions
This file was deleted.

src/main/java/com/example/FixLog/mock/TagTestDataInitializer.java

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/main/resources/application.properties

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,30 @@ spring.application.name=FixLog
22

33
##### [DEV] #####
44
#server.port=8083
5-
6-
# DB (MySQL)
5+
#
6+
## DB (MySQL)
7+
#spring.config.import=optional:.env
78
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
89
#spring.datasource.url=jdbc:mysql://fixlog-db.c7cau8y2srl7.ap-northeast-2.rds.amazonaws.com:3306/fixlog?serverTimezone=Asia/Seoul
910
#spring.datasource.username=admin
1011
#spring.datasource.password=${MYSQL_PASSWORD}
11-
12-
# JPA
12+
#
13+
## JPA
1314
#spring.jpa.hibernate.ddl-auto=update
1415
#spring.jpa.show-sql=true
1516
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
1617
#spring.jpa.properties.hibernate.format_sql=true
17-
18-
# AWS S3
18+
#
19+
## AWS S3
1920
#cloud.aws.credentials.access-key=${AWS_ACCESS_KEY_ID}
2021
#cloud.aws.credentials.secret-key=${AWS_SECRET_ACCESS_KEY}
2122
#cloud.aws.region.static=${AWS_REGION}
2223
#cloud.aws.s3.bucket=${AWS_S3_BUCKET}
23-
24-
# JWT
24+
#
25+
## JWT
2526
#jwt.secret=${JWT_KEY}
26-
27-
# Spring Security 디버깅 로그
27+
#
28+
## Spring Security 디버깅 로그
2829
#logging.level.org.springframework.security=DEBUG
2930

3031
##### [PROD] #####

0 commit comments

Comments
 (0)