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
dafeabc4
Commit
dafeabc4
authored
Jul 27, 2023
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.升级emq老版本不能使用共享主题
parent
5a2c468d
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
53 additions
and
20 deletions
+53
-20
pom.xml
...amos-boot-module-96333/amos-boot-module-96333-api/pom.xml
+5
-0
application-cluster.properties
...333-biz/src/main/resources/application-cluster.properties
+2
-2
application-dev.properties
...e-96333-biz/src/main/resources/application-dev.properties
+2
-2
pom.xml
...oot-module-cylinder/amos-boot-module-cylinder-api/pom.xml
+5
-0
application-cluster.properties
...der-biz/src/main/resources/application-cluster.properties
+2
-2
application-dev.properties
...ylinder-biz/src/main/resources/application-dev.properties
+2
-2
pom.xml
...s/amos-boot-module-jczs/amos-boot-module-jczs-api/pom.xml
+5
-0
application-cluster.properties
...czs-biz/src/main/resources/application-cluster.properties
+2
-2
application-dev.properties
...le-jczs-biz/src/main/resources/application-dev.properties
+2
-2
pom.xml
...tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/pom.xml
+5
-0
application-cluster.properties
...tcm-biz/src/main/resources/application-cluster.properties
+2
-2
application-dev.properties
...ule-tcm-biz/src/main/resources/application-dev.properties
+2
-2
pom.xml
...tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/pom.xml
+5
-0
application-cluster.properties
...ymt-biz/src/main/resources/application-cluster.properties
+2
-2
application-dev.properties
...ule-ymt-biz/src/main/resources/application-dev.properties
+2
-2
pom.xml
amos-boot-system-tzs/pom.xml
+8
-0
No files found.
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-api/pom.xml
View file @
dafeabc4
...
@@ -29,6 +29,10 @@
...
@@ -29,6 +29,10 @@
<groupId>
net.javacrumbs.shedlock
</groupId>
<groupId>
net.javacrumbs.shedlock
</groupId>
<artifactId>
shedlock-provider-redis-spring
</artifactId>
<artifactId>
shedlock-provider-redis-spring
</artifactId>
</dependency>
</dependency>
<dependency>
<artifactId>
amos-component-rule
</artifactId>
<groupId>
com.yeejoin
</groupId>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-biz/src/main/resources/application-cluster.properties
View file @
dafeabc4
...
@@ -31,8 +31,8 @@ spring.redis.expire.time=300
...
@@ -31,8 +31,8 @@ spring.redis.expire.time=300
emqx.clean-session
=
false
emqx.clean-session
=
false
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://192.168.249.180:2883
emqx.broker
=
tcp://192.168.249.180:2883
emqx.user-name
=
super
emqx.
client-
user-name
=
super
emqx.password
=
123456
emqx.
client-
password
=
123456
emqx.keepAliveInterval
=
1000
emqx.keepAliveInterval
=
1000
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
...
...
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-biz/src/main/resources/application-dev.properties
View file @
dafeabc4
...
@@ -32,8 +32,8 @@ spring.redis.expire.time=300
...
@@ -32,8 +32,8 @@ spring.redis.expire.time=300
emqx.clean-session
=
false
emqx.clean-session
=
false
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://36.46.151.113:1883
emqx.broker
=
tcp://36.46.151.113:1883
emqx.user-name
=
super
emqx.
client-
user-name
=
super
emqx.password
=
123456
emqx.
client-
password
=
123456
emqx.keepAliveInterval
=
1000
emqx.keepAliveInterval
=
1000
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
...
...
amos-boot-system-tzs/amos-boot-module-cylinder/amos-boot-module-cylinder-api/pom.xml
View file @
dafeabc4
...
@@ -30,6 +30,10 @@
...
@@ -30,6 +30,10 @@
<groupId>
net.javacrumbs.shedlock
</groupId>
<groupId>
net.javacrumbs.shedlock
</groupId>
<artifactId>
shedlock-provider-redis-spring
</artifactId>
<artifactId>
shedlock-provider-redis-spring
</artifactId>
</dependency>
</dependency>
<dependency>
<artifactId>
amos-component-rule
</artifactId>
<groupId>
com.yeejoin
</groupId>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-cylinder/amos-boot-module-cylinder-biz/src/main/resources/application-cluster.properties
View file @
dafeabc4
...
@@ -31,8 +31,8 @@ spring.redis.expire.time=300
...
@@ -31,8 +31,8 @@ spring.redis.expire.time=300
emqx.clean-session
=
false
emqx.clean-session
=
false
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://192.168.249.180:2883
emqx.broker
=
tcp://192.168.249.180:2883
emqx.user-name
=
super
emqx.
client-
user-name
=
super
emqx.password
=
123456
emqx.
client-
password
=
123456
emqx.keepAliveInterval
=
1000
emqx.keepAliveInterval
=
1000
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
...
...
amos-boot-system-tzs/amos-boot-module-cylinder/amos-boot-module-cylinder-biz/src/main/resources/application-dev.properties
View file @
dafeabc4
...
@@ -32,8 +32,8 @@ spring.redis.expire.time=300
...
@@ -32,8 +32,8 @@ spring.redis.expire.time=300
emqx.clean-session
=
false
emqx.clean-session
=
false
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://36.46.151.113:1883
emqx.broker
=
tcp://36.46.151.113:1883
emqx.user-name
=
super
emqx.
client-
user-name
=
super
emqx.password
=
123456
emqx.
client-
password
=
123456
emqx.keepAliveInterval
=
1000
emqx.keepAliveInterval
=
1000
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
...
...
amos-boot-system-tzs/amos-boot-module-jczs/amos-boot-module-jczs-api/pom.xml
View file @
dafeabc4
...
@@ -21,6 +21,10 @@
...
@@ -21,6 +21,10 @@
<artifactId>
amos-boot-module-common-api
</artifactId>
<artifactId>
amos-boot-module-common-api
</artifactId>
<version>
${amos-biz-boot.version}
</version>
<version>
${amos-biz-boot.version}
</version>
</dependency>
</dependency>
<dependency>
<artifactId>
amos-component-rule
</artifactId>
<groupId>
com.yeejoin
</groupId>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-jczs/amos-boot-module-jczs-biz/src/main/resources/application-cluster.properties
View file @
dafeabc4
...
@@ -31,8 +31,8 @@ spring.redis.expire.time=300
...
@@ -31,8 +31,8 @@ spring.redis.expire.time=300
emqx.clean-session
=
false
emqx.clean-session
=
false
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://192.168.249.180:2883
emqx.broker
=
tcp://192.168.249.180:2883
emqx.user-name
=
super
emqx.
client-
user-name
=
super
emqx.password
=
123456
emqx.
client-
password
=
123456
emqx.keepAliveInterval
=
1000
emqx.keepAliveInterval
=
1000
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
...
...
amos-boot-system-tzs/amos-boot-module-jczs/amos-boot-module-jczs-biz/src/main/resources/application-dev.properties
View file @
dafeabc4
...
@@ -32,8 +32,8 @@ spring.redis.expire.time=300
...
@@ -32,8 +32,8 @@ spring.redis.expire.time=300
emqx.clean-session
=
false
emqx.clean-session
=
false
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://36.46.151.113:1883
emqx.broker
=
tcp://36.46.151.113:1883
emqx.user-name
=
super
emqx.
client-
user-name
=
super
emqx.password
=
123456
emqx.
client-
password
=
123456
emqx.keepAliveInterval
=
1000
emqx.keepAliveInterval
=
1000
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/pom.xml
View file @
dafeabc4
...
@@ -29,6 +29,10 @@
...
@@ -29,6 +29,10 @@
<groupId>
net.javacrumbs.shedlock
</groupId>
<groupId>
net.javacrumbs.shedlock
</groupId>
<artifactId>
shedlock-provider-redis-spring
</artifactId>
<artifactId>
shedlock-provider-redis-spring
</artifactId>
</dependency>
</dependency>
<dependency>
<artifactId>
amos-component-rule
</artifactId>
<groupId>
com.yeejoin
</groupId>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/resources/application-cluster.properties
View file @
dafeabc4
...
@@ -31,8 +31,8 @@ spring.redis.expire.time=300
...
@@ -31,8 +31,8 @@ spring.redis.expire.time=300
emqx.clean-session
=
false
emqx.clean-session
=
false
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://192.168.249.180:2883
emqx.broker
=
tcp://192.168.249.180:2883
emqx.user-name
=
super
emqx.
client-
user-name
=
super
emqx.password
=
123456
emqx.
client-
password
=
123456
emqx.keepAliveInterval
=
1000
emqx.keepAliveInterval
=
1000
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/resources/application-dev.properties
View file @
dafeabc4
...
@@ -33,8 +33,8 @@ spring.redis.expire.time=300
...
@@ -33,8 +33,8 @@ spring.redis.expire.time=300
emqx.clean-session
=
false
emqx.clean-session
=
false
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://36.46.151.113:1883
emqx.broker
=
tcp://36.46.151.113:1883
emqx.user-name
=
super
emqx.
client-
user-name
=
super
emqx.password
=
123456
emqx.
client-
password
=
123456
emqx.keepAliveInterval
=
1000
emqx.keepAliveInterval
=
1000
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/pom.xml
View file @
dafeabc4
...
@@ -21,6 +21,10 @@
...
@@ -21,6 +21,10 @@
<artifactId>
amos-boot-module-common-api
</artifactId>
<artifactId>
amos-boot-module-common-api
</artifactId>
<version>
${amos-biz-boot.version}
</version>
<version>
${amos-biz-boot.version}
</version>
</dependency>
</dependency>
<dependency>
<artifactId>
amos-component-rule
</artifactId>
<groupId>
com.yeejoin
</groupId>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-biz/src/main/resources/application-cluster.properties
View file @
dafeabc4
...
@@ -31,8 +31,8 @@ spring.redis.expire.time=300
...
@@ -31,8 +31,8 @@ spring.redis.expire.time=300
emqx.clean-session
=
false
emqx.clean-session
=
false
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://192.168.249.180:2883
emqx.broker
=
tcp://192.168.249.180:2883
emqx.user-name
=
super
emqx.
client-
user-name
=
super
emqx.password
=
123456
emqx.
client-
password
=
123456
emqx.keepAliveInterval
=
1000
emqx.keepAliveInterval
=
1000
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-biz/src/main/resources/application-dev.properties
View file @
dafeabc4
...
@@ -33,8 +33,8 @@ spring.redis.expire.time=300
...
@@ -33,8 +33,8 @@ spring.redis.expire.time=300
emqx.clean-session
=
false
emqx.clean-session
=
false
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://36.46.151.113:1883
emqx.broker
=
tcp://36.46.151.113:1883
emqx.user-name
=
super
emqx.
client-
user-name
=
super
emqx.password
=
123456
emqx.
client-
password
=
123456
emqx.keepAliveInterval
=
1000
emqx.keepAliveInterval
=
1000
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.appkey
=
4e805006-3fef-ae43-3915-a153731007c4
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
tzs.cti.secretkey
=
7bd29115-99ee-4f7d-1fb1-7c4719d5f43a
...
...
amos-boot-system-tzs/pom.xml
View file @
dafeabc4
...
@@ -15,6 +15,9 @@
...
@@ -15,6 +15,9 @@
<module>
amos-boot-module-ymt
</module>
<module>
amos-boot-module-ymt
</module>
<module>
amos-boot-module-tcm
</module>
<module>
amos-boot-module-tcm
</module>
</modules>
</modules>
<properties>
<amos.version.tzs>
1.8.5
</amos.version.tzs>
</properties>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
com.amosframework.boot
</groupId>
<groupId>
com.amosframework.boot
</groupId>
...
@@ -77,6 +80,11 @@
...
@@ -77,6 +80,11 @@
<artifactId>
shedlock-provider-redis-spring
</artifactId>
<artifactId>
shedlock-provider-redis-spring
</artifactId>
<version>
4.44.0
</version>
<version>
4.44.0
</version>
</dependency>
</dependency>
<dependency>
<artifactId>
amos-component-rule
</artifactId>
<groupId>
com.yeejoin
</groupId>
<version>
${amos.version.tzs}
</version>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
</project>
</project>
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