|
@@ -27,9 +27,9 @@ public class ManageApplication implements CommandLineRunner {
|
|
|
private String cameraUnit;
|
|
|
@Value("${camera.space.num:10737418240}")
|
|
|
private String cameraSpaceNum;
|
|
|
- @Value("${camera.snCode.publicKey}")
|
|
|
+ @Value("${camera.snCode.publicKey:1}")
|
|
|
private String publicKey;
|
|
|
- @Value("${camera.snCode.privateKey}")
|
|
|
+ @Value("${camera.snCode.privateKey:1}")
|
|
|
private String privateKey;
|
|
|
|
|
|
public static void main(String[] args) {
|