admin 管理员组

文章数量: 1086019

i don't know how to explain this, i tried my best but cant improve the situatuion

@RequiredArgsConstructor
public class BotStartupRunner implements CommandLineRunner {

    private final BotHelper botHelper;

    @Override
    public void run(String... args) {
        botHelper.someMethod(); // вызываем метод
    }
}```

本文标签: springStateFlow value changes but subscribers are not notified Stack Overflow