Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
1d978aca
Commit
1d978aca
authored
Nov 20, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加资源自动刷新获取
parent
feebea97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
base-manager/src/main/java/com/mortals/xhx/daemon/applicationservice/DemoStartService.java
...rtals/xhx/daemon/applicationservice/DemoStartService.java
+2
-5
No files found.
base-manager/src/main/java/com/mortals/xhx/daemon/applicationservice/DemoStartService.java
View file @
1d978aca
...
@@ -40,7 +40,7 @@ public class DemoStartService implements IApplicationService {
...
@@ -40,7 +40,7 @@ public class DemoStartService implements IApplicationService {
ThreadPool
.
getInstance
().
init
(
10
);
ThreadPool
.
getInstance
().
init
(
10
);
logger
.
info
(
"开始服务..[配置已加载完成,但部分框架还未初始化,比如:Kafka]"
);
logger
.
info
(
"开始服务..[配置已加载完成,但部分框架还未初始化,比如:Kafka]"
);
Rest
<
String
>
rest
=
userFeign
.
synchSiteAuth
();
/*
Rest<String> rest = userFeign.synchSiteAuth();
if (rest.getCode().equals(YesNoEnum.YES.getValue())) {
if (rest.getCode().equals(YesNoEnum.YES.getValue())) {
UserPdu userPdu = new UserPdu();
UserPdu userPdu = new UserPdu();
userPdu.setPage(1);
userPdu.setPage(1);
...
@@ -53,10 +53,7 @@ public class DemoStartService implements IApplicationService {
...
@@ -53,10 +53,7 @@ public class DemoStartService implements IApplicationService {
userService.updateUserList(list.getData().getData());
userService.updateUserList(list.getData().getData());
}
}
}*/
}
}
}
...
...
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