camera_merge
qiushui 4 years ago
parent 8e88066052
commit 7e3599924e

1
.gitignore vendored

@ -27,3 +27,4 @@ hs_err_pid*
.idea
.log
target
!resources/libs/*

@ -32,9 +32,6 @@ public class OrderService {
@Resource
private StreetMapper streetMapper;
@Value("${picPort}")
private String picPort;
@Value("${mp4Path}")
private String mp4Path;

Loading…
Cancel
Save