Skip to content

Commit

Permalink
#882 Create a shared project
Browse files Browse the repository at this point in the history
  • Loading branch information
nashtech-huyphamphu committed Sep 19, 2024
1 parent d811655 commit c6bea06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cart/src/it/java/com/yas/cart/service/ProductServiceIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.mock.mockito.SpyBean;
import org.springframework.boot.testcontainers.service.connection.ServiceConnection;
import org.springframework.context.annotation.ComponentScan;
import org.testcontainers.containers.PostgreSQLContainer;
import org.testcontainers.junit.jupiter.Container;
import org.testcontainers.junit.jupiter.Testcontainers;

@SpringBootTest
@Testcontainers
@ComponentScan(basePackages = {"com.yas.commonlibrary"})
class ProductServiceIT {
@Container
@ServiceConnection
Expand Down

0 comments on commit c6bea06

Please sign in to comment.