Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ioc_sixiang_license
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zengtianlai3
ioc_sixiang_license
Commits
4ef078be
Commit
4ef078be
authored
Sep 08, 2022
by
ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改jar包引入方式
parent
8746029d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
pom.xml
license/pom.xml
+0
-7
LoginVo.java
...e/src/main/java/iot/sixiang/license/model/vo/LoginVo.java
+0
-3
No files found.
license/pom.xml
View file @
4ef078be
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
<description>
Demo project for Spring Boot
</description>
<description>
Demo project for Spring Boot
</description>
<properties>
<properties>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
<acc.secret.version>
1.0.4
</acc.secret.version>
</properties>
</properties>
<dependencies>
<dependencies>
...
@@ -145,12 +144,6 @@
...
@@ -145,12 +144,6 @@
<version>
1.9
</version>
<version>
1.9
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.acc
</groupId>
<artifactId>
secret
</artifactId>
<version>
${acc.secret.version}
</version>
</dependency>
<!--邮件-->
<!--邮件-->
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
license/src/main/java/iot/sixiang/license/model/vo/LoginVo.java
View file @
4ef078be
...
@@ -14,9 +14,6 @@ public class LoginVo {
...
@@ -14,9 +14,6 @@ public class LoginVo {
@ApiModelProperty
(
"token"
)
@ApiModelProperty
(
"token"
)
private
String
authorization
;
private
String
authorization
;
@ApiModelProperty
(
"pubKey"
)
private
String
pubKey
;
@ApiModelProperty
(
"更新时间"
)
@ApiModelProperty
(
"更新时间"
)
private
Date
updateTime
;
private
Date
updateTime
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment