diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..e0f15db
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "java.configuration.updateBuildConfiguration": "automatic"
+}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index baec0d9..8771606 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
UTF-8
UTF-8
- 11
+ 17
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index d357d46..37fd661 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,7 +1,7 @@
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
-spring.datasource.url = jdbc:mysql://localhost:3306/notes_app?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
-spring.datasource.username = root
-spring.datasource.password = callicoder
+spring.datasource.url = jdbc:mysql://172.23.4.203:3306/notes_app?useSSL=false&serverTimezone=Asia/Seoul&useLegacyDatetimeCode=false
+spring.datasource.username = user
+spring.datasource.password = tmax@23
## Hibernate Properties