Commit 4ef078be authored by ma's avatar ma

修改jar包引入方式

parent 8746029d
......@@ -15,7 +15,6 @@
<description>Demo project for Spring Boot</description>
<properties>
<java.version>1.8</java.version>
<acc.secret.version>1.0.4</acc.secret.version>
</properties>
<dependencies>
......@@ -145,12 +144,6 @@
<version>1.9</version>
</dependency>
<dependency>
<groupId>com.acc</groupId>
<artifactId>secret</artifactId>
<version>${acc.secret.version}</version>
</dependency>
<!--邮件-->
<dependency>
<groupId>org.springframework.boot</groupId>
......
......@@ -14,9 +14,6 @@ public class LoginVo {
@ApiModelProperty("token")
private String authorization;
@ApiModelProperty("pubKey")
private String pubKey;
@ApiModelProperty("更新时间")
private Date updateTime;
}
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