From 69e11e5ecf528b2a35a2146a9c383b3cb5b404c6 Mon Sep 17 00:00:00 2001 From: taeyeongkims Date: Sat, 1 Feb 2025 18:03:51 +0900 Subject: [PATCH 1/2] =?UTF-8?q?swagger=20path=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/danpat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/danpat.yaml b/src/main/resources/static/danpat.yaml index ed1cc30b..e33fd81a 100644 --- a/src/main/resources/static/danpat.yaml +++ b/src/main/resources/static/danpat.yaml @@ -4,7 +4,7 @@ info: description: 단팥 백엔드 API 명세서입니다. version: 1.0.0 servers: - - url: http://43.201.78.102:8080/api/v1 + - url: http://43.201.78.102:8080 security: - JWT_TOKEN: [] paths: From 0d685560c85cea2d4a4f24eaf61320a6d21ca307 Mon Sep 17 00:00:00 2001 From: taeyeongKims Date: Wed, 29 Jan 2025 17:39:43 +0900 Subject: [PATCH 2/2] =?UTF-8?q?#103=20=EC=9D=B4=EB=A0=A5=EC=84=9C=20api=20?= =?UTF-8?q?6=EA=B0=9C=EB=A1=9C=20=EB=B6=84=EB=A6=AC=20=EB=B0=8F=20?= =?UTF-8?q?=EA=B7=B8=EC=97=90=20=EB=94=B0=EB=A5=B8=20crud=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1,=20=EB=8F=84=EB=A9=94=EC=9D=B8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a66914e6..e3b55d59 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -12,7 +12,7 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.data.mongodb.auto-index-creation=true # JPA and Hibernate Configuration -spring.jpa.hibernate.ddl-auto=validate +spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect