Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dm_project
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
姚本章
dm_project
Commits
eb20785a
Commit
eb20785a
authored
Dec 31, 2020
by
ysongq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit pom文件
parent
80a3038d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
11 deletions
+18
-11
pom.xml
jz-dm-common/pom.xml
+6
-0
application-test.yml
jz-dm-manage/src/main/resources/application-test.yml
+12
-11
No files found.
jz-dm-common/pom.xml
View file @
eb20785a
...
@@ -80,5 +80,11 @@
...
@@ -80,5 +80,11 @@
<version>
RELEASE
</version>
<version>
RELEASE
</version>
<scope>
compile
</scope>
<scope>
compile
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpclient
</artifactId>
<version>
4.5.6
</version>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
jz-dm-manage/src/main/resources/application-test.yml
View file @
eb20785a
...
@@ -45,17 +45,18 @@ spring:
...
@@ -45,17 +45,18 @@ spring:
public-key
:
rajZdV0xpCox+2vEHFLsKq2o2XVdMaQq
public-key
:
rajZdV0xpCox+2vEHFLsKq2o2XVdMaQq
redis
:
redis
:
#database: 0
#database: 0
#host: 119.23.13.83
host
:
47.115.53.1
#port: 8007
port
:
6379
#timeout: 5000
timeout
:
5000
cluster
:
password
:
123456
nodes
:
# cluster:
-
192.168.31.167:6379
# nodes:
-
192.168.31.167:6380
# - 192.168.31.167:6379
-
192.168.31.167:6381
# - 192.168.31.167:6380
-
192.168.31.167:6382
# - 192.168.31.167:6381
-
192.168.31.167:6383
# - 192.168.31.167:6382
-
192.168.31.167:6384
# - 192.168.31.167:6383
# - 192.168.31.167:6384
#使用redis管理session设置为redis,否则none
#使用redis管理session设置为redis,否则none
session
:
session
:
store-type
:
none
store-type
:
none
...
...
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