Browse Source

Clarify that AOT uses code generation

pull/33751/head
Moritz Halbritter 3 years ago
parent
commit
56b51d01a7
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/introducing-spring-boot.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/introducing-spring-boot.adoc

@ -11,4 +11,4 @@ Our primary goals are: @@ -11,4 +11,4 @@ Our primary goals are:
* Provide a radically faster and widely accessible getting-started experience for all Spring development.
* Be opinionated out of the box but get out of the way quickly as requirements start to diverge from the defaults.
* Provide a range of non-functional features that are common to large classes of projects (such as embedded servers, security, metrics, health checks, and externalized configuration).
* Absolutely no code generation and no requirement for XML configuration.
* Absolutely no code generation (when not targeting native image) and no requirement for XML configuration.

Loading…
Cancel
Save