From 326a16625e8165853bc471c7c1c6074a173d62af Mon Sep 17 00:00:00 2001 From: fengjunfeng Date: Thu, 30 Dec 2021 10:30:14 +0800 Subject: xjar打包 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 35 ++++++++++++++++++++++++++++++- src/main/resources/application.properties | 8 +++++++ 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e915332..23da1b2 100644 --- a/pom.xml +++ b/pom.xml @@ -62,12 +62,45 @@ + license-admin-api org.springframework.boot spring-boot-maven-plugin + + com.sentinel.license.LicenseApplication + + + + + repackage + + + + + + + com.mesalab.xjar-maven-plugin + mesalab-xjar-maven-plugin + 1.0.0 + + + + build + + package + + + io.xjar + + com/sentinel/** + + + + + + - diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 54a4717..e68636a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,10 @@ #端口 server.port=8088 + +server.tomcat.max-threads=500 + +server.tomcat.accept-count=1000 + +server.tomcat.min-spare-threads=100 + +#server.address=127.0.0.1 -- cgit v1.2.3