fix - 解决 nacos 未配置导致的启动问题
This commit is contained in:
parent
41a9baebaf
commit
3e1b7a271b
@ -66,6 +66,6 @@ public class SupportRefreshProperties {
|
||||
@Value(value = "${workflow.alter.intervalUnit:minutes}")
|
||||
private TimeUnit alterIntervalUnit;
|
||||
|
||||
@Value(value = "${workflow.alter.mobiles}")
|
||||
@Value(value = "${workflow.alter.mobiles:}")
|
||||
private List<String> alterMobiles;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user