20 Star 62 Fork 22

一介码夫 / dusty-boring-bootstrap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
HumphreyTes 提交于 2019-04-21 22:00 . 增加索引使用检查
<?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.dusty.boring</groupId>
<artifactId>dusty-boring-bootstrap</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<developers>
<developer>
<id>humphrey</id>
<name>HumphreyTes</name>
<email>humphreytes@gmail.com</email>
<organization>dusty boring</organization>
<timezone>GTM+8</timezone>
</developer>
</developers>
<modules>
<module>springboot-dusty-elastic-job-starter</module>
<module>springboot-dusty-elastic-job-demo</module>
<module>springboot-dusty-mybatis-sql-validator</module>
<module>springboot-dusty-mybatis-sql-validator-demo</module>
</modules>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.2.RELEASE</version>
</parent>
</project>
Java
1
https://gitee.com/hongfeieleven/dusty-boring-bootstrap.git
git@gitee.com:hongfeieleven/dusty-boring-bootstrap.git
hongfeieleven
dusty-boring-bootstrap
dusty-boring-bootstrap
master

搜索帮助