diff --git a/README.md b/README.md index 08c291a..5cfee44 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,7 @@ Or build and run with maven locally: ```shell mvn clean -# 'package' contains step 'process-aot' which is needed for native:compile -mvn package -Pnative -mvn native:compile +mvn native:compile -Pnative # If "[1/8] Initializing..." fails, it might be due to a lag of resources. Try increasing the VM resources. ``` diff --git a/pom.xml b/pom.xml index 317b989..e74a995 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0 + 3.4.1