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
0b7644ab
Commit
0b7644ab
authored
Oct 11, 2022
by
chenzhao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop_dl_plan6_temp_merge_colony' of…
Merge branch 'develop_dl_plan6_temp_merge_colony' of
http://39.98.45.134:8090/moa/amos-boot-biz
into develop_dl_plan6_temp_merge_colony
parents
34b70e64
828af9b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
jcs-1.0.0.0.xml
...ystem-jcs/src/main/resources/db/changelog/jcs-1.0.0.0.xml
+1
-1
application-dev.properties
...stem-patrol/src/main/resources/application-dev.properties
+16
-4
No files found.
amos-boot-system-jcs/src/main/resources/db/changelog/jcs-1.0.0.0.xml
View file @
0b7644ab
...
@@ -3609,7 +3609,7 @@
...
@@ -3609,7 +3609,7 @@
<comment>
add data cb_data_dictionary
</comment>
<comment>
add data cb_data_dictionary
</comment>
<sql>
<sql>
INSERT INTO `cb_data_dictionary` VALUES (1665, '1665', '机场人员', 'DLRYLX', NULL, NULL, NULL, NULL, NULL, NULL, b'0', 2);
INSERT INTO `cb_data_dictionary` VALUES (1665, '1665', '机场人员', 'DLRYLX', NULL, NULL, NULL, NULL, NULL, NULL, b'0', 2);
INSERT INTO `cb_data_dictionary` VALUES (16
66, '1666
', '消防人员', 'DLRYLX', NULL, NULL, NULL, NULL, NULL, NULL, b'0', 3);
INSERT INTO `cb_data_dictionary` VALUES (16
01, '1601
', '消防人员', 'DLRYLX', NULL, NULL, NULL, NULL, NULL, NULL, b'0', 3);
</sql>
</sql>
</changeSet>
</changeSet>
...
...
amos-boot-system-patrol/src/main/resources/application-dev.properties
View file @
0b7644ab
...
@@ -59,11 +59,23 @@ spring.redis.lettuce.pool.max-wait=-1
...
@@ -59,11 +59,23 @@ spring.redis.lettuce.pool.max-wait=-1
spring.redis.lettuce.shutdown-timeout
=
100
spring.redis.lettuce.shutdown-timeout
=
100
#单机集群判断 cluster集群 single单机
#单机集群判断 cluster集群 single单机
spring.redis.mode
=
single
spring.redis.mode
=
cluster
#redis 单机配置
spring.redis.host
=
172.16.11.20
spring.redis.port
=
6379
#redis 单机配置
#spring.redis.host=172.16.11.20
#spring.redis.port=6379
#集群配置
spring.redis.cluster.nodes
=
172.16.3.41:6381,172.16.3.41:6002
spring.redis.cluster.max-redirects
=
3
spring.redis.cluster.scan-interval
=
1000
spring.redis.cluster.read-mode
=
SLAVE
spring.redis.cluster.retry-attempts
=
3
spring.redis.cluster.failed-attempts
=
3
spring.redis.cluster.slave-connection-pool-size
=
64
spring.redis.cluster.master-connection-pool-size
=
64
spring.redis.cluster.retry-interval
=
1500
...
...
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