Всем привет, коллеги🖐 У меня возник такой вопрос. Дебажу свой проект, у меня есть два класса независимых, использующих два отдельных потока в Main классе. При проходе дебагг...
Good evening, colleagues! I need help with own technical question as: What technologies can be used for parser, susceptible to any variation in website design (DOM)? Today t...
Всем добрый день, коллеги. Столкнулся с таким вопросом. У меня идёт обработка кода через try/catch. В самом блоке есть бизнес-логика, но в catch блоке мне подсвечивает сообщен...
Good afternoon, colleagues! Could someone tell me, please, does anyone know how to beat the problem with endless loading? I'm waiting for a long period of time and still t...
guys, can someone suggest me, please, the way how to fix the problem with h2? I have DTO: https://gist.github.com/invzbl3/18bcb8823aaae64a236de2d4636dbe0c and Entity: https:...
Всем привет! Кто-нибудь знает, как перестать сохранять учётные данные в Windows credential manager? Допустим, я сохраняю свой файл конфигурации в текстовом формате при помощи...
Всем привет, ребята. Такой вопрос: Я хочу добавить одно значение в кортеж из MongoDB. Ключ — это query, а переменная - position должна быть добавлена как consumer в кортеж со...
does anyone have any ideas what's I'm doing wrong here?
Hi, guys! Can someone tell me, please, what's responsible for handling login page in the project? Because I don't any specific handlers in the front of me in controllers. S...
Hi, guys, does anyone know how to fix the issue with NULL, as stated in stacktrace: https://gist.github.com/invzbl3/e74fd10259fcf215def3d1386e02b8ff#file-stacktrace-L165 I'...
Guys, I need help with: Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.example.stockclient.repository.StockPriceR...
Guys, can someone help to refactor the method for adding, please? https://gist.github.com/invzbl3/14a3a6700ec8b89c1090ac0741b71513#file-projectcontroller-java-L48 I'm trying...
Hi, guys! I have the question related to the project: https://howtodoinjava.com/spring-boot/spring-boot-jsp-view-example/ I'm learning the article: https://howtodoinjava.co...
guys, does anyone have experience using Nominatim API? I have the problem how to get all addresses using snippet like: https://pastebin.com/mVg3SwMY when I'm calling this l...
Всем привет, ребятa! У меня вопрос относительно отображения JSP на экране. https://github.com/invzbl3/RestApiApplication При запуске проблема с отображением JSP. Некоррект...
ребят, кто-то может подсказать вариант, как в tag файле указать, чтобы отображало нормально кириллицу? перепробовал разные варианты, ничего не помогает
I'm trying to use Swagger configuration for Java project. I've reproduced the problem: *************************** APPLICATION FAILED TO START *************************** ...
Всем привет, кто-нибудь может подсказать, пожалуйста, есть ли способ, чтобы отобразить два метода класса StringUtil вместо одного?
guys, can someone explain me, please, how to render html string by the template-engine: https://stackoverflow.com/questions/68101616/template-resolver-doesnt-render-in-correc...
guys, does anyone know, is there significant difference between executing the command: mvn clean install -DskipTests or clean/install in lifecycle commands of Maven? *be...