From faf3f07c958648996af4d658de531e0188ebe6b6 Mon Sep 17 00:00:00 2001 From: jschoi Date: Tue, 5 Aug 2025 17:36:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=B0=ED=8F=AC=20=ED=9B=84=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 838dada..482386f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,6 @@ +#????? ?? ?? +server.port = 80 + spring.datasource.url=jdbc:mariadb://192.168.10.143:3306/autoflow spring.datasource.username=cuuva spring.datasource.password=cuuva