Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jack
2016-10-28 11:35:49 +0800
Commit
c305dab00920df1d7f644d55246155075a6f59c6
1 parent
c5e8180a
去除冲突jar包
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
monitor-service-nginxsync/pom.xml
monitor-service-web/src/main/resources/test/config.properties
monitor-service-nginxsync/pom.xml
View file @
c305dab
...
...
@@ -95,11 +95,6 @@
<groupId>
commons-collections
</groupId>
<artifactId>
commons-collections
</artifactId>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
2.8.3
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
...
...
monitor-service-web/src/main/resources/test/config.properties
View file @
c305dab
...
...
@@ -5,6 +5,6 @@ JavaApiExecutorPoolCoreSize=30
#java api 执行最大线程数
JavaApiExecutorPoolMaxSize
=
50
nginxsync.agent
=
192.168.102.
15
:6060
nginxsync.agent
=
192.168.102.
76
:6060
zookeeper.address
=
192.168.102.76:2181
\ No newline at end of file
...
...
Please
register
or
login
to post a comment