Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-git4clone
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tool
spring-boot-git4clone
Commits
8c28637c
Commit
8c28637c
authored
Mar 31, 2020
by
hekunlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add token
parent
def33d43
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
README.md
+9
-3
gitlab-token.jpg
+0
-0
src/main/resources/application.yml
+2
-1
No files found.
README.md
View file @
8c28637c
...
...
@@ -7,8 +7,14 @@
# max-wait-time 表示最多等待多久时间返回下载结果(单位:秒~~~~)
gitlab
:
host
:
http://git.xxx.com
token
:
XJzuUiaJFh3sbymKzJrs
token
:
xxx
username
:
xxx
password
:
xxx
max-wait-time
:
60
```
\ No newline at end of file
```
## 如何生成 Token
> 建议都勾上,注意保护好你的 Token
!
[
](gitlab-token.jpg)
\ No newline at end of file
gitlab-token.jpg
0 → 100644
View file @
8c28637c
112 KB
src/main/resources/application.yml
View file @
8c28637c
...
...
@@ -5,7 +5,7 @@ server:
port
:
10027
gitlab
:
host
:
http://git.hikcreate.com
token
:
XJzuUiaJFh3sbymKzJrs
token
:
xxx
username
:
xxx
password
:
xxx
maxTime
:
3
\ No newline at end of file
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