-
-
Notifications
You must be signed in to change notification settings - Fork 17
F.A.Q
Jey edited this page Aug 14, 2024
·
8 revisions
To get a response and be able to operate over, you need to use sendReturning at the end of the method instead of send.
In this case the Response class is returned, which contains the response, success or failure, further you need to either handle the failure or just call getOrNull().
There's section about: Processing responses.
This happens because spring-boot-devtools has its own classloader and it does not find methods.
You need to add to resources/META-INF/spring-devtools.properties:
restart.include.generated=/eu.vendeliIn order to maintain the overall logging level control capability the library uses an internal level filter, so if you want to change the level externally you need to set the internal level to ALL.
Telegram bot Wiki © KtGram