Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
f09cbbd7
Commit
f09cbbd7
authored
Jun 19, 2025
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
9ac166e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
PersonBasicServiceImpl.java
...module/jxiop/biz/service/impl/PersonBasicServiceImpl.java
+8
-8
application-king.properties
...-jxiop-biz/src/main/resources/application-king.properties
+7
-7
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/PersonBasicServiceImpl.java
View file @
f09cbbd7
...
...
@@ -405,10 +405,10 @@ public class PersonBasicServiceImpl extends BaseService<PersonBasicDto, PersonBa
personAccountFed
.
setSyncDate
(
new
Date
());
personAccountFedMapper
.
insert
(
personAccountFed
);
Map
<
String
,
Object
>
data
=
new
HashMap
<>();
data
.
put
(
"SEQUENCE_NBR"
,
agencyUserModel
.
getSequenceNbr
());
ProduceMsg
produceMsg
=
new
ProduceMsg
(
data
,
INSERT
,
agencyUserModel
.
getUserId
());
querueProduce
.
produceMsg
(
JSON
.
toJSONString
(
produceMsg
));
//
Map<String, Object> data = new HashMap<>();
//
data.put("SEQUENCE_NBR", agencyUserModel.getSequenceNbr());
//
ProduceMsg produceMsg = new ProduceMsg(data, INSERT, agencyUserModel.getUserId());
//
querueProduce.produceMsg(JSON.toJSONString(produceMsg));
}
...
...
@@ -727,10 +727,10 @@ public class PersonBasicServiceImpl extends BaseService<PersonBasicDto, PersonBa
personAccountFed
.
setSyncDate
(
new
Date
());
personAccountFedMapper
.
updateById
(
personAccountFed
);
Map
<
String
,
Object
>
data
=
new
HashMap
<>();
data
.
put
(
"SEQUENCE_NBR"
,
agencyUserModel
.
getSequenceNbr
());
ProduceMsg
produceMsg
=
new
ProduceMsg
(
data
,
UPDATE
,
agencyUserModel
.
getUserId
());
querueProduce
.
produceMsg
(
JSON
.
toJSONString
(
produceMsg
));
//
Map<String, Object> data = new HashMap<>();
//
data.put("SEQUENCE_NBR", agencyUserModel.getSequenceNbr());
//
ProduceMsg produceMsg = new ProduceMsg(data, UPDATE, agencyUserModel.getUserId());
//
querueProduce.produceMsg(JSON.toJSONString(produceMsg));
return
model
;
}
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-biz/src/main/resources/application-king.properties
View file @
f09cbbd7
## DB properties:
spring.db1.datasource.driver-class-name
=
com.kingbase8.Driver
spring.db1.datasource.url
=
jdbc:kingbase8://1
0.20.1.176
:54321/production?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8¤tSchema=root
spring.db1.datasource.url
=
jdbc:kingbase8://1
92.168.0.68
:54321/production?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8¤tSchema=root
spring.db1.datasource.username
=
root
spring.db1.datasource.password
=
Yeejoin@2020
spring.db2.datasource.driver-class-name
=
com.kingbase8.Driver
spring.db2.datasource.url
=
jdbc:kingbase8://1
0.20.1.176
:54321/amos_project?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8¤tSchema=root
spring.db2.datasource.url
=
jdbc:kingbase8://1
92.168.0.68
:54321/amos_project?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8¤tSchema=root
spring.db2.datasource.username
=
root
spring.db2.datasource.password
=
Yeejoin@2020
spring.db3.datasource.driver-class-name
:
=com.kingbase8.Driver
spring.db3.datasource.url
=
jdbc:kingbase8://1
0.20.1.176
:54321/amos_mcb?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull¤tSchema=root
spring.db3.datasource.url
=
jdbc:kingbase8://1
92.168.0.68
:54321/amos_mcb?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull¤tSchema=root
spring.db3.datasource.username
=
root
spring.db3.datasource.password
=
Yeejoin@2020
## eureka properties:
eureka.instance.hostname
=
1
0.20.1.160
eureka.instance.hostname
=
1
92.168.0.46
eureka.client.serviceUrl.defaultZone
=
http://admin:a1234560@${eureka.instance.hostname}:10001/eureka/
## redis properties:
spring.redis.database
=
1
spring.redis.host
=
1
0.20.1.21
0
spring.redis.host
=
1
92.168.0.7
0
spring.redis.port
=
6379
spring.redis.password
=
yeejoin@2020
...
...
@@ -55,7 +55,7 @@ lettuce.timeout=10000
emqx.clean-session
=
true
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://
47.92.234.253
:2883
emqx.broker
=
tcp://
192.168.0.70
:2883
emqx.user-name
=
super
emqx.password
=
a123456
emqx.max-inflight
=
1000
...
...
@@ -92,7 +92,7 @@ amos.secret.key=qaz
#eureka.instance.ip-address=172.16.3.122
spring.activemq.broker-url
=
tcp://
47.92.234.253
:61616
spring.activemq.broker-url
=
tcp://
192.168.0.70
:61616
spring.activemq.user
=
admin
spring.activemq.password
=
admin
spring.jms.pub-sub-domain
=
false
...
...
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