Closed
Description
Hello,
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.
I created a minimal example, which encounters the same Problem.
https://github.com/FaboSc/Spring_boot
Am I doing something wrong here, or is there a problem?