You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used maven's NBT plugin and gradle's NBT plugin to try to generate relevant metadata of spring cloud alibaba nacos. However, I get different build results. Before that, I have referred to the doc documentation of gradle plugging and the metadatat documentation of graalvm. I'm not sure if it's something wrong with my gradle configuration or something else!
In addition, I found that there is no way to run through the agent's test with spring boot
see:
maven: mvn clean -Pnative spring-boot:run. After the program is successfully started for a period of time, stop the program to view the metadata files of the relevant directory. resources/META-INF/native/**
gradle: ./gradle -Pagent nativeTest View related metadata files in the built build folder
The text was updated successfully, but these errors were encountered:
Background
I used maven's NBT plugin and gradle's NBT plugin to try to generate relevant metadata of
spring cloud alibaba nacos
. However, I get different build results. Before that, I have referred to the doc documentation of gradle plugging and the metadatat documentation of graalvm. I'm not sure if it's something wrong with my gradle configuration or something else!In addition, I found that there is no way to run through the agent's test with spring boot
see:
com.baomidou:dynamic-datasource-spring-boot-starter:3.6.1
graalvm-reachability-metadata#154Demo
maven plugin: https://github.com/yuluo-yx/graalvm-demo
gradle plugin: https://github.com/yuluo-yx/graalvm-gradle-demo
Run
maven:
mvn clean -Pnative spring-boot:run
. After the program is successfully started for a period of time, stop the program to view the metadata files of the relevant directory.resources/META-INF/native/**
gradle:
./gradle -Pagent nativeTest
View related metadata files in the built build folderThe text was updated successfully, but these errors were encountered: