Fix undertow-worker-thread-pool-scenario didn't lock Spring boot version (#399)

This commit is contained in:
Stephen Ni 2022-11-28 22:54:47 +08:00 committed by GitHub
parent a3e9b5543e
commit 6b33d053ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,5 @@ type: jvm
entryService: http://localhost:8080/undertow-worker-thread-pool-scenario/case/undertow-worker-thread-pool-scenario
healthCheck: http://localhost:8080/undertow-worker-thread-pool-scenario/case/healthCheck
startScript: ./bin/startup.sh
environment:
- SW_METER_REPORT_INTERVAL=1

View File

@ -79,6 +79,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot-version}</version>
<executions>
<execution>
<goals>