1 Star 1 Fork 0

千寻啊千寻 / qianxunclub-project-generate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
chihiro 提交于 2018-06-07 11:01 . init
<?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.qianxunclub</groupId>
<artifactId>qianxunclub-project-generate</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>qianxunclub-project-generate</name>
<description>代码生成器</description>
<parent>
<groupId>com.qianxunclub</groupId>
<artifactId>qianxunclub-starter-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<properties>
</properties>
<dependencies>
<!-- 自动生成接口文档 -->
<dependency>
<groupId>com.qianxunclub</groupId>
<artifactId>qianxunclub-starter-swagger</artifactId>
</dependency>
<!-- web配置信息 -->
<dependency>
<groupId>com.qianxunclub</groupId>
<artifactId>qianxunclub-starter-web</artifactId>
</dependency>
<!-- 日志配置信息 -->
<dependency>
<groupId>com.qianxunclub</groupId>
<artifactId>qianxunclub-starter-logging</artifactId>
</dependency>
<!-- qianxunclub-tools -->
<dependency>
<groupId>com.qianxunclub</groupId>
<artifactId>framework-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-velocity</artifactId>
<version>1.4.7.RELEASE</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
1
https://gitee.com/qianxunclub/qianxunclub-project-generate.git
git@gitee.com:qianxunclub/qianxunclub-project-generate.git
qianxunclub
qianxunclub-project-generate
qianxunclub-project-generate
master

搜索帮助