You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to set env before my spingboot starts, and everything is fine.
Now I need to decrypt AKSK when the application starts, therefore I tried to set java system property in the event listener as below, but it seems does not work for the kafka client.
Does anyone have any sample of working with springboot?
We have noticed this issue has not received attention in 1 year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.
I used to set env before my spingboot starts, and everything is fine.
Now I need to decrypt AKSK when the application starts, therefore I tried to set java system property in the event listener as below, but it seems does not work for the kafka client.
Does anyone have any sample of working with springboot?
application.yml:
build.gradle:
The text was updated successfully, but these errors were encountered: