Testcases for products-service,bookstore in java (#11)

* Testcases for products-service,bookstore
* Put back 'sap.capire.bookstore-Books_texts.csv' file, ignored it in DataLoader.
This commit is contained in:
indu sankar
2019-12-13 14:09:48 +05:30
committed by Marc Becker
parent 1c18ea5105
commit a0ca06fe45
8 changed files with 440 additions and 0 deletions

View File

@@ -35,6 +35,11 @@
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
</dependencies>
<build>