Eahau
Results
1
issues of
Eahau
### Version Info java:17 spring-boot:3.0.1 spring-framework:6.0.3 spring-guice:2.0.2 native-maven-plugin:0.9.19 ### Description I followed the requirements of the [SpringBoot3 native-image document](https://docs.spring.io/spring-boot/docs/3.0.1/reference/html/native-image.html#native-image.developing-your-first-application.native-build-tools) and made relevant configuration. like this: ```xml org.springframework.boot spring-boot-maven-plugin ${spring-boot.version} ${mainClass}...
enhancement