新增扩展模块

This commit is contained in:
SanLi
2020-08-20 11:00:51 +08:00
parent bb924620c0
commit e08a16e923
40 changed files with 23 additions and 1619 deletions

15
screw-extension/pom.xml Normal file
View File

@@ -0,0 +1,15 @@
<?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>screw</artifactId>
<groupId>cn.smallbun.screw</groupId>
<version>1.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>screw-extension</artifactId>
</project>

View File

@@ -0,0 +1,7 @@
/**
* Screw extension
*
* @author SanLi
* Created by qinggang.zuo@gmail.com / 2689170096@qq.com on 2020/8/20 9:29
*/
package cn.smallbun.screw.extension;