新增变量
This commit is contained in:
+4
@@ -14,6 +14,10 @@ import org.springframework.context.annotation.Configuration;
|
||||
@Configuration
|
||||
@ConfigurationProperties(prefix = "variable.anyan")
|
||||
public class AnYanProperties {
|
||||
/**
|
||||
* 是否启用安眼的接口
|
||||
*/
|
||||
private boolean enable;
|
||||
/**
|
||||
*服务调用地址
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user