I have changed my project to use annotations instead of xml file, but it increases application deploy time. Now I am looking for ways to reduce it.
Is there any performance difference between Autowire by type and Autowire by name ?
Any other suggestions to reduce deploy time are warmly welcome