@@ -22,6 +22,7 @@ import java.util.Properties; | |||
* @author: linwl | |||
* @create: 2020-06-18 17:45 | |||
*/ | |||
@Lazy | |||
@Getter | |||
@Setter | |||
@ToString | |||
@@ -32,7 +33,6 @@ public class PositionConfig { | |||
@Value("${hello}") | |||
private String hello; | |||
@Lazy | |||
@Scope(value = ConfigurableBeanFactory.SCOPE_SINGLETON) | |||
public RzlAccount getRzlAccount() { | |||