mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
0cc3c6b5d1
This commit adds the necessary infrastructure to process an application using the AOT engine, similar to the existing TestAotProcessor for processing tests. This can be used by frameworks built on top of Spring Framework, for instance by providing a main method that can be triggered by build tools. Close gh-29181