Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
house365-cm
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐州
house365-cm
Commits
363647e1
Commit
363647e1
authored
Jul 12, 2022
by
zoujintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改dobbo端口
parent
6809bd64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AssessInterface.java
...java/com/house365/ws/interfaces/rest/AssessInterface.java
+1
-1
system.properties
...rc/main/resources/production/properties/system.properties
+1
-1
No files found.
house365-cm-ws/src/main/java/com/house365/ws/interfaces/rest/AssessInterface.java
View file @
363647e1
...
...
@@ -768,7 +768,7 @@ public class AssessInterface implements IAssessInterface {
String
pageSize
=
paramMap
.
get
(
"pagesize"
)
==
null
?
""
:
((
String
[])
paramMap
.
get
(
"pagesize"
))[
0
];
String
order
=
paramMap
.
get
(
"order"
)
==
null
?
""
:
((
String
[])
paramMap
.
get
(
"order"
))[
0
];
//TODO 新增类型
String
mapType
=
(
System
.
currentTimeMillis
()
%
2
)
+
"
"
;
String
mapType
=
"0
"
;
try
{
LOGGER
.
info
(
"mapType="
+
mapType
);
mapType
=
paramMap
.
get
(
"is_t_map"
)
==
null
?
""
:
((
String
[])
paramMap
.
get
(
"is_t_map"
))[
0
];
...
...
house365-cm-ws/src/main/resources/production/properties/system.properties
View file @
363647e1
...
...
@@ -5,7 +5,7 @@ catalina.home=/database/cmworkspace/cache
# \u63D0\u4F9B\u8005\u5E94\u7528\u540D
dubbo.application.name
=
house365-cm-ws
# dubbo \u7AEF\u53E3
dubbo.application.port
=
2088
4
dubbo.application.port
=
2088
1
# \u4F7F\u7528multicast\u5E7F\u64AD\u6CE8\u518C\u4E2D\u5FC3\u66B4\u9732\u53D1\u73B0\u670D\u52A1\u5730\u5740 \uFF0C\u82E5\u6709\u591A\u4E2A\u6CE8\u518C\u4E2D\u5FC3\u8BF7\u7528\u201C,\u201D\u9694\u5F00
##dubbo.zookeeper.address=192.168.105.101:2181,192.168.105.100:2181,192.168.105.17:2181
#dubbo.zookeeper.address=172.17.1.234:2181,172.17.1.235:2181,172.17.1.236:2181
...
...
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