[test/plugin] spring scenario update (#3654)
* spring scenario update * fix withPlugins
This commit is contained in:
parent
19288d85e9
commit
56bfbd61ef
|
|
@ -18,4 +18,5 @@ type: tomcat
|
|||
entryService: http://localhost:8080/spring-3.0.x-scenario/case/spring3
|
||||
healthCheck: http://localhost:8080/spring-3.0.x-scenario/healthCheck
|
||||
runningMode: with_optional
|
||||
withPlugins: apm-spring-annotation-plugin-*.jar
|
||||
framework: spring
|
||||
|
|
@ -18,4 +18,5 @@ type: tomcat
|
|||
entryService: http://localhost:8080/spring-3.1.x-scenario/case/resttemplate
|
||||
healthCheck: http://localhost:8080/spring-3.1.x-scenario/healthCheck
|
||||
runningMode: with_optional
|
||||
withPlugins: apm-spring-annotation-plugin-*.jar
|
||||
framework: spring
|
||||
|
|
@ -18,4 +18,5 @@ type: tomcat
|
|||
entryService: http://localhost:8080/spring-4.1.x-scenario/case/resttemplate
|
||||
healthCheck: http://localhost:8080/spring-4.1.x-scenario/healthCheck
|
||||
runningMode: with_optional
|
||||
withPlugins: apm-spring-annotation-plugin-*.jar
|
||||
framework: spring
|
||||
|
|
@ -18,4 +18,5 @@ type: tomcat
|
|||
entryService: http://localhost:8080/spring-4.3.x-scenario/case/resttemplate
|
||||
healthCheck: http://localhost:8080/spring-4.3.x-scenario/healthCheck
|
||||
runningMode: with_optional
|
||||
withPlugins: apm-spring-annotation-plugin-*.jar
|
||||
framework: spring
|
||||
Loading…
Reference in New Issue