Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
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
qinchao
7 years ago
Commit
8700e24ee9d60046e9f81e61d16710410daf82a3
1 parent
4e3847fb
去掉版本冲突限制
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
monitor-ui-common/src/main/java/com/ui/project/ProjectMutex.java
monitor-ui-common/src/main/java/com/ui/project/ProjectMutex.java
View file @
8700e24
...
...
@@ -19,10 +19,10 @@ public class ProjectMutex {
private
final
static
List
<
String
>
java_mutex_project_to_other_rule3
=
Arrays
.
asList
(
new
String
[]{
"yohobuy-promotion"
});
private
final
static
List
<
String
>
java_mutex_project_to_other_rule4
=
Arrays
.
asList
(
new
String
[]{
"yoho-gateway"
});
static
{
java_mutex_project_to_other
.
add
(
java_mutex_project_to_other_rule1
);
java_mutex_project_to_other
.
add
(
java_mutex_project_to_other_rule2
);
java_mutex_project_to_other
.
add
(
java_mutex_project_to_other_rule3
);
java_mutex_project_to_other
.
add
(
java_mutex_project_to_other_rule4
);
//java_mutex_project_to_other.add(java_mutex_project_to_other_rule1);
//java_mutex_project_to_other.add(java_mutex_project_to_other_rule2);
//java_mutex_project_to_other.add(java_mutex_project_to_other_rule3);
//java_mutex_project_to_other.add(java_mutex_project_to_other_rule4);
}
...
...
Please
register
or
login
to post a comment