1 Star 0 Fork 78

三人成虎 / butte-flyer-parent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
知了一笑 提交于 2021-10-16 17:05 . butte-frame应用层案例
<?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>
<groupId>com.butte.frame</groupId>
<artifactId>butte-frame-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.butte.flyer</groupId>
<artifactId>butte-flyer-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<!-- 路由网关服务 -->
<module>flyer-gateway</module>
<!-- 门面服务 -->
<module>flyer-facade</module>
<!-- 用户管理服务 -->
<module>flyer-account</module>
<!-- 定时任务服务 -->
<module>flyer-quartz</module>
<!-- 管理服务 -->
<module>flyer-admin</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<!-- 资源文件插件 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<!-- 编译插件 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
1
https://gitee.com/moocbiaoge/butte-flyer-parent.git
git@gitee.com:moocbiaoge/butte-flyer-parent.git
moocbiaoge
butte-flyer-parent
butte-flyer-parent
master

搜索帮助