diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index af9e6b4b1a4d5dccc6225e5cc5154345e0cc23c9..be9410665781b0c908b0c820b172a66958c7fc57 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,9 +1,9 @@ server.port = 8080 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://localhost:3306/webdev?serverTimezone=UTC +spring.datasource.url=jdbc:mysql://210.107.196.162:43188/webdev?serverTimezone=UTC spring.datasource.username=root -spring.datasource.password=junha0612 +spring.datasource.password=0810 spring.jpa.properties.hibernate.show_sql=true spring.jpa.properties.hibernate.format_sql=true