I am trying to understand why binding time is not working for my web application yet. For my regular application (not webapp) it works.
The test project can be found on github (github / peterbollen / helloLtw): helloLtwAspect
When I launch the application, the logs show that the loader weaver ( browsing log ) is working. But when I run EchoServlet, EchoAspect is not gossip in ( view log ).
Does anyone have any ideas? Feel free to check the code and try it yourself (I tested README :)) Thanks for any advice;)
UPDATE 1
Boot time training works when using javaagent aspectjweaver instead of spring-tool.
Why? Do a search for "Time and Time Differences" between aspectj-weaver and spring -weaver. I canβt insert the link (not enough credits :-)).
UPDATE 2
Updated github code.
source share