diff --git a/pom.xml b/pom.xml index 7a1e9b964..79726cd76 100644 --- a/pom.xml +++ b/pom.xml @@ -104,6 +104,7 @@ 1.2.7 1.6 0.8.8 + 0.9.19 diff --git a/spring-cloud-alibaba-examples/pom.xml b/spring-cloud-alibaba-examples/pom.xml index 0be9a3c1d..1afa1a494 100644 --- a/spring-cloud-alibaba-examples/pom.xml +++ b/spring-cloud-alibaba-examples/pom.xml @@ -56,6 +56,7 @@ integrated-example/integrated-frontend + @@ -66,8 +67,66 @@ true + + org.graalvm.buildtools + native-maven-plugin + ${native-maven-plugin.version} + + + + native + + + + + org.springframework.boot + spring-boot-maven-plugin + + + -agentlib:native-image-agent=config-merge-dir=src/main/resources/META-INF/native-image/ + + + paketobuildpacks/builder:tiny + + true + + + + + + process-aot + + process-aot + + + + + + org.graalvm.buildtools + native-maven-plugin + + ${project.build.outputDirectory} + + true + + 22.3 + + + + add-reachability-metadata + + add-reachability-metadata + + + + + + + + + diff --git a/spring-cloud-alibaba-examples/seata-example/account-service/pom.xml b/spring-cloud-alibaba-examples/seata-example/account-service/pom.xml index bfdb2fb9f..1deb98317 100644 --- a/spring-cloud-alibaba-examples/seata-example/account-service/pom.xml +++ b/spring-cloud-alibaba-examples/seata-example/account-service/pom.xml @@ -51,4 +51,14 @@ 1.2.17 + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + diff --git a/spring-cloud-alibaba-examples/seata-example/business-service/pom.xml b/spring-cloud-alibaba-examples/seata-example/business-service/pom.xml index c34d4d376..3b7448461 100644 --- a/spring-cloud-alibaba-examples/seata-example/business-service/pom.xml +++ b/spring-cloud-alibaba-examples/seata-example/business-service/pom.xml @@ -38,13 +38,19 @@ org.springframework.boot spring-boot-starter-actuator - - com.alibaba.cloud - spring-cloud-starter-alibaba-sentinel - org.springframework spring-tx + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + diff --git a/spring-cloud-alibaba-examples/seata-example/order-service/pom.xml b/spring-cloud-alibaba-examples/seata-example/order-service/pom.xml index f52eff4ef..f3d283e0d 100644 --- a/spring-cloud-alibaba-examples/seata-example/order-service/pom.xml +++ b/spring-cloud-alibaba-examples/seata-example/order-service/pom.xml @@ -51,5 +51,12 @@ - + + + + org.springframework.boot + spring-boot-maven-plugin + + + diff --git a/spring-cloud-alibaba-examples/seata-example/seata-server/pom.xml b/spring-cloud-alibaba-examples/seata-example/seata-server/pom.xml index f92ea2d3d..70645cbb8 100644 --- a/spring-cloud-alibaba-examples/seata-example/seata-server/pom.xml +++ b/spring-cloud-alibaba-examples/seata-example/seata-server/pom.xml @@ -21,4 +21,13 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + + diff --git a/spring-cloud-alibaba-examples/seata-example/storage-service/pom.xml b/spring-cloud-alibaba-examples/seata-example/storage-service/pom.xml index f7c5ca141..6314cb2b5 100644 --- a/spring-cloud-alibaba-examples/seata-example/storage-service/pom.xml +++ b/spring-cloud-alibaba-examples/seata-example/storage-service/pom.xml @@ -49,4 +49,14 @@ 1.2.17 + + + + + org.springframework.boot + spring-boot-maven-plugin + + + +