From d75b54a338492dfc1836f171e212e2f0228f2326 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Tue, 6 Jul 2021 13:07:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=20Module.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- registry/.gitignore | 33 +++++++++++++++++++++++++++++++++ registry/pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 registry/.gitignore create mode 100644 registry/pom.xml diff --git a/registry/.gitignore b/registry/.gitignore new file mode 100644 index 00000000..549e00a2 --- /dev/null +++ b/registry/.gitignore @@ -0,0 +1,33 @@ +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ diff --git a/registry/pom.xml b/registry/pom.xml new file mode 100644 index 00000000..f67daa4e --- /dev/null +++ b/registry/pom.xml @@ -0,0 +1,39 @@ + + + 4.0.0 + + + io.dynamic-threadpool + parent + 1.0.0-SNAPSHOT + + + dynamic-threadpool-registry + + ${project.artifactId} + ${project.artifactId} + + + + org.springframework.boot + spring-boot-starter + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + +