telegram-bot/godfather-telegram/spring/ru/develop/search/search_index.json

1 line
8.2 KiB
JSON
Raw Normal View History

{"config":{"lang":["ru"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"\u0424\u0440\u0435\u0439\u043c\u0432\u043e\u0440\u043a \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f Telegram \u0431\u043e\u0442\u043e\u0432","text":"<p>\u0414\u0430\u043d\u043d\u044b\u0439 \u0444\u0440\u0435\u0439\u043c\u0432\u043e\u0440\u043a \u043e\u0431\u043b\u0430\u0434\u0430\u0435\u0442 \u043c\u043e\u0449\u043d\u044b\u043c API \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0434\u0438\u0430\u043b\u043e\u0433\u043e\u0432\u044b\u0445 Telegram \u0431\u043e\u0442\u043e\u0432.</p>"},{"location":"#_1","title":"\u0414\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u043c \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438","text":"<p>\u0414\u0430\u043d\u043d\u044b\u0439 \u0444\u0440\u0435\u0439\u043c\u0432\u043e\u0440\u043a \u0438\u043c\u0435\u0435\u0442 \u0432\u0435\u0440\u0441\u0438\u0438 \u043a\u0430\u043a \u0434\u043b\u044f SpringBoot , \u0442\u0430\u043a \u0438 \u0434\u043b\u044f Quarkus Reactive . </p> <p>\u0427\u0442\u043e\u0431\u044b \u043d\u0430\u0447\u0430\u0442\u044c, \u0432\u044b\u0431\u0435\u0440\u0435\u0442\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u0438 \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u0432 \u0441\u0432\u043e\u0439 \u043f\u0440\u043e\u0435\u043a\u0442.</p> SpringBoot Quarkus Reactive <p>\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0430\u0440\u0442\u0435\u0440, \u0447\u0442\u043e\u0431\u044b \u0431\u044b\u0441\u0442\u0440\u043e \u043d\u0430\u0447\u0430\u0442\u044c \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0443</p> Maven Gradle <pre><code>&lt;!-- https://mvnrepository.com/artifact/dev.struchkov.godfather.telegram/telegram-bot-spring-boot-starter --&gt;\n&lt;dependency&gt;\n&lt;groupId&gt;dev.struchkov.godfather.telegram&lt;/groupId&gt;\n&lt;artifactId&gt;telegram-bot-spring-boot-starter&lt;/artifactId&gt;\n&lt;version&gt;0.0.51&lt;/version&gt;\n&lt;/dependency&gt;\n</code></pre> <pre><code>// https://mvnrepository.com/artifact/dev.struchkov.godfather.telegram/telegram-bot-spring-boot-starter\nimplementation 'dev.struchkov.godfather.telegram:telegram-bot-spring-boot-starter:0.0.51'\n</code></pre> <p>\u0420\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f</p> <p>\u041f\u043e\u0447\u0435\u043c\u0443 \u043de extension?</p> <p>\u0412\u0441\u0435 \u0431\u0443\u0434\u0435\u0442, \u043d\u043e \u043d\u0435 \u0441\u0440\u0430\u0437\u0443 </p> Maven Gradle <pre><code>&lt;!-- https://mvnrepository.com/artifact/dev.struchkov.godfather.telegram/telegram-consumer-quarkus --&gt;\n&lt;dependency&gt;\n&lt;groupId&gt;dev.struchkov.godfather.telegram&lt;/groupId&gt;\n&lt;artifactId&gt;telegram-consumer-quarkus&lt;/artifactId&gt;\n&lt;version&gt;0.0.51&lt;/version&gt;\n&lt;/dependency&gt;\n&lt;!-- https://mvnrepository.com/artifact/dev.struchkov.godfather.telegram/telegram-core-quarkus --&gt;\n&lt;dependency&gt;\n&lt;groupId&gt;dev.struchkov.godfather.telegram&lt;/groupId&gt;\n&lt;artifactId&gt;telegram-core-quarkus&lt;/artifactId&gt;\n&lt;version&gt;0.0.51&lt;/version&gt;\n&lt;/dependency&gt;\n&lt;!-- https://mvnrepository.com/artifact/dev.struchkov.godfather.telegram/telegram-sender-quarkus --&gt;\n&lt;dependency&gt;\n&lt;groupId&gt;dev.struchkov.godfather.telegram&lt;/groupId&gt;\n&lt;artifactId&gt;telegram-sender-quarkus&lt;/artifactId&gt;\n&lt;version&gt;0.0.51&lt;/version&gt;\n&lt;/dependency&gt;\n</code></pre> <pre><code>// https://mvnrepository.com/artifact/dev.struchkov.godfather.telegram/telegram-consumer-quarkus\nimplementation 'dev.struchkov.godfather.telegram:telegram-consumer-quarkus:0.0.51'\n// https://mvnrepository.com/artifact/dev.struchkov.godfather.telegram/telegram-core-quarkus\nimplementation 'dev.struchkov.godfather.telegram:telegram-core-quarkus:0.0.51'\n// https://mvnre