From da114f974cb6b8fcdaa307fcc4c90b01738ea551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E6=AD=AA?= Date: Wed, 3 Nov 2021 22:13:03 +0800 Subject: [PATCH] add handler module , sms code in local ... --- austin-handler/pom.xml | 21 +++++++++++++++++++++ pom.xml | 1 + 2 files changed, 22 insertions(+) create mode 100644 austin-handler/pom.xml diff --git a/austin-handler/pom.xml b/austin-handler/pom.xml new file mode 100644 index 0000000..5dc38e5 --- /dev/null +++ b/austin-handler/pom.xml @@ -0,0 +1,21 @@ + + + + austin + com.java3y.austin + 0.0.2 + + 4.0.0 + + austin-handler + + + + + org.springframework.boot + spring-boot-starter + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index fb99d37..522a1da 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ austin-service-api-impl austin-common austin-support + austin-handler