|
@@ -27,6 +27,7 @@ import com.fdkankan.jp.xspace.vo.XspaceVO;
|
|
|
import com.fdkankan.rabbitmq.util.RabbitMqProducer;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
+import org.springframework.cloud.context.config.annotation.RefreshScope;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
@@ -43,6 +44,7 @@ import java.util.stream.Collectors;
|
|
|
* @author
|
|
|
* @since 2024-07-22
|
|
|
*/
|
|
|
+@RefreshScope
|
|
|
@Service
|
|
|
public class SceneXspaceServiceImpl extends ServiceImpl<ISceneXspaceMapper, SceneXspace> implements ISceneXspaceService {
|
|
|
|