Test of adapting to high version Tomcat thread pool (#260)

pull/275/head
chen.ma 2 years ago
parent 70b91313f5
commit ca0ec6f338

@ -33,6 +33,12 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>${tomcat-embed-core.version}</version>
</dependency>
<!--<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>

Loading…
Cancel
Save