added es code
This commit is contained in:
@@ -57,6 +57,13 @@
|
|||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<skipTests>true</skipTests>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,4 +0,0 @@
|
|||||||
-------------------------------------------------------------------------------
|
|
||||||
Test set: io.pratik.elasticsearch.productsearchapp.ProductSearchServiceTest
|
|
||||||
-------------------------------------------------------------------------------
|
|
||||||
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.224 s - in io.pratik.elasticsearch.productsearchapp.ProductSearchServiceTest
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
-------------------------------------------------------------------------------
|
|
||||||
Test set: io.pratik.elasticsearch.productsearchapp.ProductSearchServiceWithRepoTest
|
|
||||||
-------------------------------------------------------------------------------
|
|
||||||
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in io.pratik.elasticsearch.productsearchapp.ProductSearchServiceWithRepoTest
|
|
||||||
Reference in New Issue
Block a user