|
|
@@ -1,13 +1,10 @@
|
|
|
package com.zd.alg.iot.vmp.conf;
|
|
|
|
|
|
-
|
|
|
-import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
|
-import org.springframework.context.annotation.Configuration;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
@Component
|
|
|
-@ConfigurationProperties(prefix = "sip", ignoreInvalidFields = true)
|
|
|
+@ConfigurationProperties(prefix = "camera.sip", ignoreInvalidFields = true)
|
|
|
public class SipConfig {
|
|
|
|
|
|
private String ip;
|