Introduce AOT to base projects of Spring Cloud Stream Samples

This commit is contained in:
Glenn Renfro
2022-06-22 17:18:35 -04:00
parent 6029b47592
commit 5b9ffcc327
9 changed files with 92 additions and 0 deletions

View File

@@ -122,6 +122,14 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>aot-generate</id>
<goals>
<goal>aot-generate</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>