michaelin007
2024-04-23 03:18:59 +00:00
parent 783795b4ff
commit c8ef6f2fd3
6 changed files with 322 additions and 0 deletions
@@ -58,6 +58,19 @@
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>${jmh.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
@@ -140,6 +153,7 @@
<reactor-spring.version>1.0.1.RELEASE</reactor-spring.version>
<jetty-reactive-httpclient.version>1.1.6</jetty-reactive-httpclient.version>
<resilience4j.version>1.7.1</resilience4j.version>
<jmh.version>1.37</jmh.version>
</properties>
</project>