Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
TDLCloud
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
WitCloud
TDLCloud
Commits
24bb00e7
Commit
24bb00e7
authored
Sep 09, 2019
by
zhuangzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改infulxdb的配置
parent
fde25074
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
ScheduleConfig.java
src/main/java/com/example/tdl/config/ScheduleConfig.java
+1
-1
AlarmDataController.java
src/main/java/com/example/tdl/web/AlarmDataController.java
+1
-1
AlarmLogController.java
src/main/java/com/example/tdl/web/AlarmLogController.java
+1
-1
CircuitController.java
src/main/java/com/example/tdl/web/CircuitController.java
+1
-1
DataController.java
src/main/java/com/example/tdl/web/DataController.java
+1
-1
DownloadController.java
src/main/java/com/example/tdl/web/DownloadController.java
+1
-1
HomePageController.java
src/main/java/com/example/tdl/web/HomePageController.java
+1
-1
No files found.
src/main/java/com/example/tdl/config/ScheduleConfig.java
View file @
24bb00e7
...
...
@@ -55,7 +55,7 @@ public class ScheduleConfig {
@Value
(
"${spring.influxdb.database}"
)
private
static
String
database
;
private
String
database
;
List
<
Object
>
head
=
new
ArrayList
<
Object
>(){{
add
(
"时间"
);
...
...
src/main/java/com/example/tdl/web/AlarmDataController.java
View file @
24bb00e7
...
...
@@ -55,7 +55,7 @@ public class AlarmDataController {
@Value
(
"${spring.influxdb.database}"
)
private
static
String
database
;
private
String
database
;
@ApiImplicitParams
({
@ApiImplicitParam
(
paramType
=
"header"
,
name
=
"Account_token"
,
value
=
"token"
,
required
=
true
,
dataType
=
"String"
),
...
...
src/main/java/com/example/tdl/web/AlarmLogController.java
View file @
24bb00e7
...
...
@@ -66,7 +66,7 @@ public class AlarmLogController {
@Value
(
"${spring.influxdb.database}"
)
private
static
String
database
;
private
String
database
;
@Value
(
"${mqtt.userName}"
)
private
String
userName
;
...
...
src/main/java/com/example/tdl/web/CircuitController.java
View file @
24bb00e7
...
...
@@ -100,7 +100,7 @@ public class CircuitController {
private
TopicConfigService
topicConfigService
;
@Value
(
"${spring.influxdb.database}"
)
private
static
String
database
;
private
String
database
;
//获取本公司的线路信息
@ApiOperation
(
value
=
"获取本公司的线路信息"
,
notes
=
"获取本公司的线路信息,返回值说明:"
+
...
...
src/main/java/com/example/tdl/web/DataController.java
View file @
24bb00e7
...
...
@@ -85,7 +85,7 @@ public class DataController {
private
I18nController
i18n
;
@Value
(
"${spring.influxdb.database}"
)
private
static
String
database
;
private
String
database
;
private
List
<
String
>
list
=
new
ArrayList
<
String
>()
{{
add
(
"\"T\""
);
...
...
src/main/java/com/example/tdl/web/DownloadController.java
View file @
24bb00e7
...
...
@@ -63,7 +63,7 @@ public class DownloadController {
private
TDLLogService
tdlLogService
;
@Value
(
"${spring.influxdb.database}"
)
private
static
String
database
;
private
String
database
;
@ApiOperation
(
value
=
"仓库数据下载"
,
notes
=
"仓库数据下载"
)
@ApiImplicitParams
({
...
...
src/main/java/com/example/tdl/web/HomePageController.java
View file @
24bb00e7
...
...
@@ -67,7 +67,7 @@ public class HomePageController {
private
WarehouseAlarmLogService
warehouseAlarmLogService
;
@Value
(
"${spring.influxdb.database}"
)
private
static
String
database
;
private
String
database
;
@Autowired
private
I18nController
i18n
;
...
...
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