diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b5d8d29..cf8cba5 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -8,4 +8,9 @@ server.port=80 #spring.datasource.driver-class-name=org.h2.Driver #spring.datasource.username=sa -#spring.h2.console.enabled=true \ No newline at end of file +#spring.h2.console.enabled=true + +spring.datasource.url=jdbc:mysql://awseb-e-pkzry3amg5-stack-awsebrdsdatabase-kxthqt34lxlv.cjqsgwgkgdmx.ap-northeast-2.rds.amazonaws.com:3306/todo +spring.datasource.username=kwonyonghoon +spring.datasource.password=Kwon0328! +spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver \ No newline at end of file