Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-bi
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
林锐标
slm-bi
Commits
9a2cccbe
Commit
9a2cccbe
authored
May 19, 2021
by
梁光意
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改按时间获取变量数据统计的接口
parent
c7bc0241
Pipeline
#9055
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
application-dev.yml
src/main/resources/application-dev.yml
+2
-2
application.yml
src/main/resources/application.yml
+2
-2
No files found.
src/main/resources/application-dev.yml
View file @
9a2cccbe
...
...
@@ -4,4 +4,4 @@ spring:
password
:
Test123!
url
:
jdbc:mysql://${MYSQL_HOST:116.63.67.122}:${MYSQL_PORT:3306}/${MYSQL_DB:slm_bi}?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true
dc_client
:
host
:
http://localhost:2400/dc
#http://139.9.194.252:2400/dc # http://192.168.0.3:2400/dc # http://apidev.sycdev.com/dc
\ No newline at end of file
host
:
http://139.9.194.252:2400/dc
#http://139.9.194.252:2400/dc # http://192.168.0.3:2400/dc # http://apidev.sycdev.com/dc
\ No newline at end of file
src/main/resources/application.yml
View file @
9a2cccbe
...
...
@@ -3,7 +3,7 @@ spring:
name
:
slm-bi
profiles
:
active
:
-
test
-
dev
freemarker
:
cache
:
false
template-loader-path
:
classpath:/templates/ftl/
...
...
@@ -62,7 +62,7 @@ dc_client:
# variableHistoryDataList: /{appId}/variables/history?deviceId={deviceId}&endTime={endTime}&startTime={startTime}&statisticsType={statisticsType}&variableCode={variableCode}&variableId={variableId}&x={x}&format={format}
# variableRealTimeDataList: /{appId}/variables/real-time?deviceId={deviceId}&endTime={endTime}&startTime={startTime}&variableCode={variableCode}&variableId={variableId}&format={format}
variableCodeHistoryList
:
/{appId}/variables/variable-code/history
variableAllDataList
:
/{appId}/variables/
all
/data
variableAllDataList
:
/{appId}/variables/
time-period
/data
realTimeVariableDataList
:
/{appId}/variables/real-time/data
filedValue
:
/{appId}/business/{tableName}/{filed}/filed-value?current={current}&size={size}&name={name}
#/{appId}/business/{tableName}/{filed}/filed-value?current={current}&size={size}&name={name}
send
:
/{appId}/variables/monitor/device/commands
...
...
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