Commit 48b5a50d by stylefeng

整理pom

parent 33c76733
......@@ -21,6 +21,11 @@
<dependencies>
<dependency>
<groupId>com.stylefeng</groupId>
<artifactId>guns-core</artifactId>
</dependency>
<!--spring boot依赖-->
<dependency>
<groupId>org.springframework.boot</groupId>
......
......@@ -7,7 +7,6 @@ package com.stylefeng.guns.core.exception;
*/
public enum GunsExceptionEnum {
/**
* 文件上传
*/
......
......@@ -16,6 +16,7 @@
</modules>
<properties>
<guns.version>1.0.0-SNAPSHOT</guns.version>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
......@@ -38,6 +39,13 @@
<dependencyManagement>
<dependencies>
<!--guns-->
<dependency>
<groupId>com.stylefeng</groupId>
<artifactId>guns-core</artifactId>
<version>${guns.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment