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
baea7d1f
Commit
baea7d1f
authored
Jul 26, 2024
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置
parent
e4525acc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
AmosJxiopAnalyseApplication.java
...in/java/com/yeejoin/amos/AmosJxiopAnalyseApplication.java
+1
-1
application-dev1.properties
...nalyse-biz/src/main/resources/application-dev1.properties
+4
-4
application.properties
...iop-analyse-biz/src/main/resources/application.properties
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/AmosJxiopAnalyseApplication.java
View file @
baea7d1f
...
@@ -84,7 +84,7 @@ public class AmosJxiopAnalyseApplication {
...
@@ -84,7 +84,7 @@ public class AmosJxiopAnalyseApplication {
public
void
initMqtt
()
throws
Exception
{
public
void
initMqtt
()
throws
Exception
{
if
(
openHealth
)
{
if
(
openHealth
)
{
//订阅固化周期性数据成功的消息
//订阅固化周期性数据成功的消息
emqKeeper
.
subscript
(
"sync_esdata_to_tdengine_notice
1
"
,
1
,
syncESDataToTdengineMqttListener
);
emqKeeper
.
subscript
(
"sync_esdata_to_tdengine_notice"
,
1
,
syncESDataToTdengineMqttListener
);
//订阅业务固化同步数据成功消息
//订阅业务固化同步数据成功消息
emqKeeper
.
subscript
(
"sync_iotdata_to_tdengine_notice"
,
1
,
syncDasSuccessMqttListener
);
emqKeeper
.
subscript
(
"sync_iotdata_to_tdengine_notice"
,
1
,
syncDasSuccessMqttListener
);
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/application-dev1.properties
View file @
baea7d1f
...
@@ -191,13 +191,13 @@ spring.kafka.consumer.max-poll-records=30
...
@@ -191,13 +191,13 @@ spring.kafka.consumer.max-poll-records=30
last.month.num
=
12
last.month.num
=
12
#����� �㷨����
#����� �㷨����
base.url.XGX
=
http://1
39.9.171.247
:8052/intelligent-analysis/correlation
base.url.XGX
=
http://1
0.20.1.29
:8052/intelligent-analysis/correlation
#�������� �㷨���õ�ַ
#�������� �㷨���õ�ַ
base.url.GKHF
=
http://1
39.9.171.247
:8052/intelligent-analysis/working-condition-division
base.url.GKHF
=
http://1
0.20.1.29
:8052/intelligent-analysis/working-condition-division
#����� �㷨����
#����� �㷨����
base.url.ZXZ
=
http://1
39.9.171.247
:8052/intelligent-analysis/central-value
base.url.ZXZ
=
http://1
0.20.1.29
:8052/intelligent-analysis/central-value
#ָ���������㷨����
#ָ���������㷨����
base.url.zsfx
:
http://1
39.9.171.247
:8052/intelligent-analysis/index-analysis
base.url.zsfx
:
http://1
0.20.1.29
:8052/intelligent-analysis/index-analysis
forecast.url
=
forecast.url
=
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/application.properties
View file @
baea7d1f
...
@@ -2,7 +2,7 @@ spring.application.name=AMOS-JXIOP-ANALYSE-CZ
...
@@ -2,7 +2,7 @@ spring.application.name=AMOS-JXIOP-ANALYSE-CZ
server.servlet.context-path
=
/jxiop-analyse
server.servlet.context-path
=
/jxiop-analyse
server.port
=
33400
server.port
=
33400
server.uri-encoding
=
UTF-8
server.uri-encoding
=
UTF-8
spring.profiles.active
=
dev
spring.profiles.active
=
dev
1
spring.jackson.time-zone
=
GMT+8
spring.jackson.time-zone
=
GMT+8
spring.jackson.date-format
=
yyyy-MM-dd HH:mm:ss
spring.jackson.date-format
=
yyyy-MM-dd HH:mm:ss
logging.config
=
classpath:logback-${spring.profiles.active}.xml
logging.config
=
classpath:logback-${spring.profiles.active}.xml
...
...
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