Skip to content

Instantly share code, notes, and snippets.

@mehmetcemyucel
Last active April 4, 2021 08:50
Show Gist options
  • Save mehmetcemyucel/6a3cbc883a4113f238216fa2e29527ff to your computer and use it in GitHub Desktop.
Save mehmetcemyucel/6a3cbc883a4113f238216fa2e29527ff to your computer and use it in GitHub Desktop.
spring-native-image
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<image>
<builder>paketobuildpacks/builder:tiny</builder>
<env>
<BP_NATIVE_IMAGE>true</BP_NATIVE_IMAGE>
</env>
</image>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment