configpro
parent
37a72ab4f1
commit
4962083d2f
@ -0,0 +1,18 @@
|
||||
package com.weaver.custom.configcenter;
|
||||
|
||||
import com.weaver.framework.client.annotation.WeaverConfigCenter;
|
||||
import lombok.Data;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Data
|
||||
@Component
|
||||
@WeaverConfigCenter(sources = {
|
||||
@WeaverConfigCenter.ConfigProperty(
|
||||
dataId = "weaver-secondev-htsapoasync.properties",
|
||||
group = "DEFAULT_GROUP",
|
||||
refresh = "true")
|
||||
})
|
||||
public class htsapoasyncConfig {
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue