Столкнулся с проблемой с русскими буквами при отправке сообщений вручную через kafka producer. В консюмеры приходят битые символы. Может сталкивался кто, как можно решить? Зап...
How do I create a custom starter with Spring JPA? I found several similar topics but the solution don't work without specifying @EntityScan and @EnableJpaRepository https://s...
I need to write a library that depends on the service configuration file. How I can access the yaml service file?