petretiandrea / spring-boot-3-native

An example of spring boot 3 application using graalvm native image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot 3 Native Example

Dockerfile

Docker file allows to build a native image containerized app. Environment variables:

  • KAFKA_SUPPLY_TOPIC
  • KAFKA_BROKER

Docker Compose

Docker compose file contains a small environment to test microservice by creating a kafka and mongodb instances.

About

An example of spring boot 3 application using graalvm native image


Languages

Language:Java 90.2%Language:Dockerfile 9.8%