Javoxir
Javoxir
I have the same problem
javax.xml.bind jaxb-api 2.3.1
> klisano ``` public static void main(String[] args) throws TelegramApiException { ConfigurableApplicationContext run = SpringApplication.run(OsiyoXuApplication.class, args); TelegramBotsApi telegramBotsApi = new TelegramBotsApi(DefaultBotSession.class); BotMethods botMethods = new BotMethods(run.getBean(BotSettings.class), run.getBean(ButtonSettings.class), run.getBean(ScienceService.class), run.getBean(SubjectService.class), run.getBean(ContentService.class));...