Skip to content

Commit

Permalink
test liquibase 실행
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou committed Sep 29, 2023
1 parent cd62025 commit ad88b02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.mjucow.eatda
package com.mjucow.eatda.presentation.store.category

import com.fasterxml.jackson.databind.ObjectMapper
import org.junit.jupiter.api.BeforeEach
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import autoparams.kotlin.AutoKotlinSource
import com.epages.restdocs.apispec.MockMvcRestDocumentationWrapper
import com.epages.restdocs.apispec.ResourceDocumentation.parameterWithName
import com.epages.restdocs.apispec.ResourceSnippetParametersBuilder
import com.mjucow.eatda.AbstractMockMvcTest
import com.mjucow.eatda.domain.store.service.command.CategoryCommandService
import com.mjucow.eatda.domain.store.service.command.dto.UpdateNameCommand
import com.mjucow.eatda.domain.store.service.query.CategoryQueryService
Expand Down
3 changes: 2 additions & 1 deletion src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ spring:
database-platform: org.hibernate.dialect.PostgreSQLDialect
database: postgresql
liquibase:
enabled: false
change-log: classpath:/db/changelog/changelog-master.yml
enabled: true

datasource:
url: jdbc:tc:postgresql:///test-database
Expand Down

0 comments on commit ad88b02

Please sign in to comment.