Fix undertow-worker-thread-pool-scenario didn't lock Spring boot version (#399)
This commit is contained in:
parent
a3e9b5543e
commit
6b33d053ea
|
|
@ -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
|
||||
|
|
@ -79,6 +79,7 @@
|
|||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot-version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
|
|
|||
Loading…
Reference in New Issue