Skip to content

Commit

Permalink
feat: enable CDS
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasM95 committed Jun 12, 2024
1 parent e6c559d commit c51080c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<image>
<env>
<BP_JVM_VERSION>21</BP_JVM_VERSION>
<BP_JVM_CDS_ENABLED>true</BP_JVM_CDS_ENABLED>
</env>
</image>
</configuration>
</plugin>
<plugin>
<groupId>org.openapitools</groupId>
Expand Down

0 comments on commit c51080c

Please sign in to comment.