1 Star 0 Fork 7

sheep / Plumejob

forked from plume开源社区 / Plumejob 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
pudongliang 提交于 2021-02-08 13:25 . plumejob-spring-boot-starter
<?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>
<groupId>com.plume</groupId>
<artifactId>plumejob</artifactId>
<version>1.0-SNAPSHOT</version>
<modules>
<module>plumejob-server</module>
<module>plumejob-executor</module>
<module>plumejob-portal</module>
<module>plumejob-spring-boot-autoconfigure</module>
<module>plumejob-spring-boot-starter</module>
<module>plumejob-spring-boot-example</module>
</modules>
<packaging>pom</packaging>
<name>plumejob</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<springboot.version>2.1.7.RELEASE</springboot.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${springboot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
</build>
</project>
Java
1
https://gitee.com/sheepedu/plumejob.git
git@gitee.com:sheepedu/plumejob.git
sheepedu
plumejob
Plumejob
master

搜索帮助