Skip to content

Commit 88c5ff3

Browse files
committed
added es code
1 parent e4e3d8a commit 88c5ff3

7 files changed

+7
-133
lines changed

spring-boot/spring-boot-elasticsearch/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@
5757
<groupId>org.springframework.boot</groupId>
5858
<artifactId>spring-boot-maven-plugin</artifactId>
5959
</plugin>
60+
<plugin>
61+
<groupId>org.apache.maven.plugins</groupId>
62+
<artifactId>maven-surefire-plugin</artifactId>
63+
<configuration>
64+
<skipTests>true</skipTests>
65+
</configuration>
66+
</plugin>
6067
</plugins>
6168
</build>
6269

49 Bytes
Binary file not shown.
49 Bytes
Binary file not shown.

spring-boot/spring-boot-elasticsearch/target/surefire-reports/TEST-io.pratik.elasticsearch.productsearchapp.ProductSearchServiceTest.xml

Lines changed: 0 additions & 64 deletions
This file was deleted.

spring-boot/spring-boot-elasticsearch/target/surefire-reports/TEST-io.pratik.elasticsearch.productsearchapp.ProductSearchServiceWithRepoTest.xml

Lines changed: 0 additions & 61 deletions
This file was deleted.

spring-boot/spring-boot-elasticsearch/target/surefire-reports/io.pratik.elasticsearch.productsearchapp.ProductSearchServiceTest.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

spring-boot/spring-boot-elasticsearch/target/surefire-reports/io.pratik.elasticsearch.productsearchapp.ProductSearchServiceWithRepoTest.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)