feat:引入常量方法
This commit is contained in:
25
enlish-framework/pom.xml
Normal file
25
enlish-framework/pom.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<!-- 指定父项目 -->
|
||||
<parent>
|
||||
<groupId>com.yinlihupo</groupId>
|
||||
<artifactId>enlish</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<!-- 多模块项目需要配置打包方式为 pom -->
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<artifactId>enlish-framework</artifactId>
|
||||
<name>${project.artifactId}</name>
|
||||
<description>平台基础设施层:封装一些常用功能,供各个业务线拿来即用</description>
|
||||
|
||||
<modules>
|
||||
<module>enlish-common</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user