Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
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
station
YeeAmosFireAutoSysRoot
Commits
b76f1ad8
Commit
b76f1ad8
authored
Apr 10, 2024
by
KeYong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop_3.7.2.2' of…
Merge branch 'develop_3.7.2.2' of
http://36.40.66.175:5000/station/YeeAmosFireAutoSysRoot
into develop_3.7.2.2
parents
1833255c
9c3b5a5d
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
1 deletion
+3
-1
pom.xml
YeeAmosFireAutoSysService/pom.xml
+0
-0
WebMqttSubscribe.java
...yeejoin/amos/fas/business/action/mq/WebMqttSubscribe.java
+3
-1
LoginController.java
...yeejoin/amos/fas/business/controller/LoginController.java
+0
-0
RemoteSecurityService.java
...eejoin/amos/fas/business/feign/RemoteSecurityService.java
+0
-0
dbTemplate_view3d.xml
...sStart/src/main/resources/db/mapper/dbTemplate_view3d.xml
+0
-0
No files found.
YeeAmosFireAutoSysService/pom.xml
View file @
b76f1ad8
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/action/mq/WebMqttSubscribe.java
View file @
b76f1ad8
...
...
@@ -19,6 +19,8 @@ import org.springframework.messaging.Message;
import
org.springframework.messaging.MessageChannel
;
import
org.springframework.messaging.MessageHandler
;
import
java.util.UUID
;
/**
* @author keyong
* @title: WebMqttSubscribe
...
...
@@ -76,7 +78,7 @@ public class WebMqttSubscribe {
@Bean
public
MessageProducer
inbound
()
{
adapter
=
new
MqttPahoMessageDrivenChannelAdapter
(
clientId
,
mqttPahoClientFactory
(),
defaultTopic
);
adapter
=
new
MqttPahoMessageDrivenChannelAdapter
(
clientId
+
UUID
.
randomUUID
()
,
mqttPahoClientFactory
(),
defaultTopic
);
adapter
.
setConverter
(
new
DefaultPahoMessageConverter
());
adapter
.
setQos
(
0
);
adapter
.
setOutputChannel
(
mqttInputChannel
());
...
...
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/controller/LoginController.java
View file @
b76f1ad8
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/feign/RemoteSecurityService.java
View file @
b76f1ad8
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_view3d.xml
View file @
b76f1ad8
This diff is collapsed.
Click to expand it.
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