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 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: