added code of collections-vs-stream

This commit is contained in:
Amit Kumatr
2023-01-27 00:32:13 +05:30
parent 69008b0f0d
commit e04bb7bc91
4 changed files with 121 additions and 0 deletions
@@ -22,6 +22,11 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>0.15</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>