I am using spring boot 2.7 version and recently upgraded jakarta.annotations-api.2.1.1 version. After this when I started application, I getting error like
No class deffounderror for javax.security.RunAs
How can I fix this issue?
I am using spring boot 2.7 version and recently upgraded jakarta.annotations-api.2.1.1 version. After this when I started application, I getting error like
No class deffounderror for javax.security.RunAs
How can I fix this issue?
Javax API what you need to add.
You can also visit this answer.