Updated target for AOT compilation

This commit is contained in:
Glenn Renfro
2022-08-25 21:49:23 -04:00
parent e36696c44c
commit 0879bff549
9 changed files with 18 additions and 18 deletions

View File

@@ -611,9 +611,9 @@ you wish to enable the `FlatFileItemReader` and `FlatFileItemWriter` in Maven it
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>aot-generate</id>
<id>process-aot</id>
<goals>
<goal>aot-generate</goal>
<goal>process-aot</goal>
</goals>
</execution>
</executions>

View File

@@ -98,9 +98,9 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>aot-generate</id>
<id>process-aot</id>
<goals>
<goal>aot-generate</goal>
<goal>process-aot</goal>
</goals>
</execution>
</executions>

View File

@@ -111,9 +111,9 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>aot-generate</id>
<id>process-aot</id>
<goals>
<goal>aot-generate</goal>
<goal>process-aot</goal>
</goals>
</execution>
</executions>

View File

@@ -113,9 +113,9 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>aot-generate</id>
<id>process-aot</id>
<goals>
<goal>aot-generate</goal>
<goal>process-aot</goal>
</goals>
</execution>
</executions>

View File

@@ -122,9 +122,9 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>aot-generate</id>
<id>process-aot</id>
<goals>
<goal>aot-generate</goal>
<goal>process-aot</goal>
</goals>
</execution>
</executions>

View File

@@ -71,9 +71,9 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>aot-generate</id>
<id>process-aot</id>
<goals>
<goal>aot-generate</goal>
<goal>process-aot</goal>
</goals>
</execution>
</executions>

View File

@@ -124,9 +124,9 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>aot-generate</id>
<id>process-aot</id>
<goals>
<goal>aot-generate</goal>
<goal>process-aot</goal>
</goals>
</execution>
</executions>

View File

@@ -83,9 +83,9 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>aot-generate</id>
<id>process-aot</id>
<goals>
<goal>aot-generate</goal>
<goal>process-aot</goal>
</goals>
</execution>
</executions>

View File

@@ -129,9 +129,9 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>aot-generate</id>
<id>process-aot</id>
<goals>
<goal>aot-generate</goal>
<goal>process-aot</goal>
</goals>
</execution>
</executions>