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've recently encountered a problem with loading a javaagentfile while using spring-boot zip-layout.
The startup fails, because the LoadTimeWeaver is not specified.
I started the same Application without zip-layout and it worked.