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

@@ -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>