1 Star 0 Fork 3

zzLLO/moon-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
村口的大爷 提交于 2021-06-05 23:19 . 修改打包编码
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.moon.framework</groupId>
<artifactId>moon-framework</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>moon-framework</name>
<description>moon(广寒宫),为什么取这个名字呢?因为寂寞空虚,想念嫦娥姐姐啊!!!打算从广寒宫扫地僧逆袭为宫主背后的男人 -基础框架(最好集成的SpringBoot、Spring Cloud Alibaba 微服务开发核心包)</description>
<properties>
<nexus.url>http://maven.aliyun.com</nexus.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.test.skip>true</maven.test.skip>
<skipTests>true</skipTests>
</properties>
<modules>
<module>moon-framework-autoconfigure</module>
<module>moon-framework-dependencies</module>
<module>moon-framework-starters</module>
</modules>
<repositories>
<repository>
<id>moon-nexus</id>
<name>moon nexus repository</name>
<url>${nexus.url}/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>moon-nexus-releases</id>
<url>
${nexus.url}/nexus/content/repositories/releases/
</url>
</repository>
<snapshotRepository>
<id>moon-nexus-snapshot</id>
<url>
${nexus.url}/nexus/content/repositories/snapshots/
</url>
</snapshotRepository>
</distributionManagement>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/micalliu/moon-framework.git
git@gitee.com:micalliu/moon-framework.git
micalliu
moon-framework
moon-framework
master

搜索帮助