Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
2f5fa611
Commit
2f5fa611
authored
Oct 11, 2022
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
0b7644ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
4 deletions
+20
-4
pom.xml
amos-boot-module/amos-boot-module-biz/pom.xml
+15
-0
application-cluster.properties
...m-equip/src/main/resources/application-cluster.properties
+3
-2
application-dev.properties
...ystem-equip/src/main/resources/application-dev.properties
+2
-2
No files found.
amos-boot-module/amos-boot-module-biz/pom.xml
View file @
2f5fa611
...
@@ -27,6 +27,21 @@
...
@@ -27,6 +27,21 @@
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.typroject
</groupId>
<artifactId>
tyboot-component-emq
</artifactId>
<version>
1.1.23-SNAPSHOT
</version>
<exclusions>
<exclusion>
<groupId>
org.typroject
</groupId>
<artifactId>
*
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-api
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-api
</artifactId>
<artifactId>
log4j-api
</artifactId>
</dependency>
</dependency>
...
...
amos-boot-system-equip/src/main/resources/application-cluster.properties
View file @
2f5fa611
...
@@ -88,11 +88,12 @@ spring.redis.cluster.retry-interval=1500
...
@@ -88,11 +88,12 @@ spring.redis.cluster.retry-interval=1500
emqx.clean-session
=
true
emqx.clean-session
=
true
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://172.16.10.211:2883
emqx.broker
=
tcp://172.16.10.211:2883
emqx.cl
ean
-user-name
=
super
emqx.cl
ient
-user-name
=
super
emqx.cl
ean
-password
=
a123456
emqx.cl
ient
-password
=
a123456
emqx.max-inflight
=
1000
emqx.max-inflight
=
1000
emqx.keep-alive-interval
=
10
emqx.keep-alive-interval
=
10
mqtt.scene.host
=
mqtt://172.16.3.35:8083/mqtt
mqtt.scene.host
=
mqtt://172.16.3.35:8083/mqtt
mqtt.client.product.id
=
mqtt
mqtt.client.product.id
=
mqtt
mqtt.topic
=
topic_mqtt
mqtt.topic
=
topic_mqtt
...
...
amos-boot-system-equip/src/main/resources/application-dev.properties
View file @
2f5fa611
...
@@ -76,8 +76,8 @@ spring.redis.expire.time=300
...
@@ -76,8 +76,8 @@ spring.redis.expire.time=300
emqx.clean-session
=
true
emqx.clean-session
=
true
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://172.16.10.211:2883
emqx.broker
=
tcp://172.16.10.211:2883
emqx.cl
ean
-user-name
=
super
emqx.cl
ient
-user-name
=
super
emqx.cl
ean
-password
=
a123456
emqx.cl
ient
-password
=
a123456
emqx.max-inflight
=
1000
emqx.max-inflight
=
1000
emqx.keep-alive-interval
=
10
emqx.keep-alive-interval
=
10
...
...
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