Skip to content

Commit

Permalink
feat: YSL-18 flyway 제거 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
beng9re authored Jan 6, 2024
1 parent 76c5337 commit b3a7581
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-web")

//flyway
implementation("org.flywaydb:flyway-core")
implementation("org.flywaydb:flyway-mysql")

//swagger
implementation("org.springdoc:springdoc-openapi-ui:1.7.0")

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring:
jpa:
open-in-view: false
hibernate:
ddl-auto: validate
ddl-auto: create
show-sql: true
properties:
hibernate:
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/db/migration/V1__init.sql

This file was deleted.

0 comments on commit b3a7581

Please sign in to comment.