Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
bdc01737
Commit
bdc01737
authored
Nov 01, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改上传文件大小限制
parent
0a441584
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
device-manager/src/main/java/com/mortals/xhx/busiz/web/DeviceApiController.java
...n/java/com/mortals/xhx/busiz/web/DeviceApiController.java
+6
-6
device-manager/src/main/java/com/mortals/xhx/busiz/web/TestSendMsgController.java
...java/com/mortals/xhx/busiz/web/TestSendMsgController.java
+6
-6
No files found.
device-manager/src/main/java/com/mortals/xhx/busiz/web/DeviceApiController.java
View file @
bdc01737
...
@@ -91,17 +91,17 @@ public class DeviceApiController {
...
@@ -91,17 +91,17 @@ public class DeviceApiController {
private
ProductVersionService
productVersionService
;
private
ProductVersionService
productVersionService
;
@Autowired
@Autowired
private
PlatformService
platformService
;
private
PlatformService
platformService
;
@Value
(
"${rabbitmq.virtual-host:}"
)
@Value
(
"${
spring.
rabbitmq.virtual-host:}"
)
private
String
virtualHost
;
private
String
virtualHost
;
@Value
(
"${rabbitmq.password:}"
)
@Value
(
"${
spring.
rabbitmq.password:}"
)
private
String
password
;
private
String
password
;
@Value
(
"${rabbitmq.host:}"
)
@Value
(
"${
spring.
rabbitmq.host:}"
)
private
String
host
;
private
String
host
;
@Value
(
"${rabbitmq.port:0}"
)
@Value
(
"${
spring.
rabbitmq.port:0}"
)
private
int
port
;
private
int
port
;
@Value
(
"${rabbitmq.username:}"
)
@Value
(
"${
spring.
rabbitmq.username:}"
)
private
String
username
;
private
String
username
;
@Value
(
"${rabbitmq.queue-properties.x-message-ttl:86400000}"
)
@Value
(
"${
spring.
rabbitmq.queue-properties.x-message-ttl:86400000}"
)
private
String
messageTtl
;
private
String
messageTtl
;
@Value
(
"${token.secret}"
)
@Value
(
"${token.secret}"
)
private
String
secret
;
private
String
secret
;
...
...
device-manager/src/main/java/com/mortals/xhx/busiz/web/TestSendMsgController.java
View file @
bdc01737
...
@@ -48,17 +48,17 @@ public class TestSendMsgController {
...
@@ -48,17 +48,17 @@ public class TestSendMsgController {
private
ProductVersionService
productVersionService
;
private
ProductVersionService
productVersionService
;
@Autowired
@Autowired
private
PlatformService
platformService
;
private
PlatformService
platformService
;
@Value
(
"${
queue
.rabbitmq.virtual_host:}"
)
@Value
(
"${
spring.
.rabbitmq.virtual_host:}"
)
private
String
virtualHost
;
private
String
virtualHost
;
@Value
(
"${
queue
.rabbitmq.password:}"
)
@Value
(
"${
spring.
.rabbitmq.password:}"
)
private
String
password
;
private
String
password
;
@Value
(
"${
queue
.rabbitmq.host:}"
)
@Value
(
"${
spring.
.rabbitmq.host:}"
)
private
String
host
;
private
String
host
;
@Value
(
"${
queue
.rabbitmq.port:0}"
)
@Value
(
"${
spring.
.rabbitmq.port:0}"
)
private
int
port
;
private
int
port
;
@Value
(
"${
queue
.rabbitmq.username:}"
)
@Value
(
"${
spring.
.rabbitmq.username:}"
)
private
String
username
;
private
String
username
;
@Value
(
"${
queue
.rabbitmq.queue-properties.x-message-ttl:86400000}"
)
@Value
(
"${
spring.
.rabbitmq.queue-properties.x-message-ttl:86400000}"
)
private
String
messageTtl
;
private
String
messageTtl
;
@Value
(
"${token.secret}"
)
@Value
(
"${token.secret}"
)
private
String
secret
;
private
String
secret
;
...
...
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