add handler module , sms code in local ...

pull/2/head
三歪 4 years ago
parent 9f6db8eea3
commit da114f974c

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>austin</artifactId>
<groupId>com.java3y.austin</groupId>
<version>0.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>austin-handler</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>

@ -10,6 +10,7 @@
<module>austin-service-api-impl</module>
<module>austin-common</module>
<module>austin-support</module>
<module>austin-handler</module>
</modules>
<parent>

Loading…
Cancel
Save