zlm shell 配置
This commit is contained in:
parent
cc2366ef6d
commit
27b56f6046
@ -50,4 +50,7 @@ public class ServerConfig {
|
|||||||
|
|
||||||
@JsonUnwrapped(prefix = "rtsp.")
|
@JsonUnwrapped(prefix = "rtsp.")
|
||||||
private RtspConfig rtsp;
|
private RtspConfig rtsp;
|
||||||
|
|
||||||
|
@JsonUnwrapped(prefix = "shell.")
|
||||||
|
private ShellConfig shell;
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
package cn.skcks.docking.gb28181.media.dto.config;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class ShellConfig {
|
||||||
|
private Integer maxReqSize;
|
||||||
|
private Integer port;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user