Skip to content

Commit ec872bb

Browse files
committed
hotfix: 외부접속 오류
1 parent 413293d commit ec872bb

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

src/main/resources/application.properties

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
spring.application.name=coreclass
22

33
## Test InMemory DB
4-
spring.datasource.url=jdbc:h2:mem:testdb
5-
spring.datasource.driverClassName=org.h2.Driver
6-
spring.datasource.username=sa
7-
spring.datasource.password=
4+
#spring.datasource.url=jdbc:h2:mem:testdb
5+
#spring.datasource.driverClassName=org.h2.Driver
6+
#spring.datasource.username=sa
7+
#spring.datasource.password=
88

99
# DDL(??? ??/??) ??
1010
spring.jpa.hibernate.ddl-auto=update
@@ -14,6 +14,11 @@ spring.jpa.hibernate.ddl-auto=update
1414
#spring.datasource.username=root
1515
#spring.datasource.password=root
1616
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
17+
# MySQL Setting Deploy
18+
spring.datasource.url=second-generation-backend-db.c1wmgymweu6m.ap-northeast-2.rds.amazonaws.com
19+
spring.datasource.username=admin
20+
spring.datasource.password=admin123!
21+
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
1722
# com.web.coreclass ???(?? ???? ???) ??? ?? ??? DEBUG? ??
1823
logging.level.com.web.coreclass=DEBUG
1924

0 commit comments

Comments
 (0)