Does spring perform weaving at compile time?
Answer / Santram
Spring performs weaving (applying aspect advice) primarily during runtime, using either JDK dynamic proxy or CGLIB. However, it does support compile-time weaving for performance reasons, using tools such as AspectJ compiler.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is @springbootapplication?
Does spring framework support all joinpoints?
What is spring mvc interceptor and how to use it?
What does autowired mean?
What is the difference between autowiring and dependency injection?
What is the advantage of spring boot? : Spring Boot
What is yml file in spring boot? : Spring Boot
What is @activeprofiles?
What is a component in spring?
What is spring configuration file?
What is dao in spring boot? : Spring Boot
What is the use of viewresolver in spring?