diff --git a/sop-example/example-payment/payment-service/pom.xml b/sop-example/example-payment/payment-service/pom.xml index 98436655..91706055 100755 --- a/sop-example/example-payment/payment-service/pom.xml +++ b/sop-example/example-payment/payment-service/pom.xml @@ -90,6 +90,19 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + ${java.version} + ${java.version} + UTF-8 + + -parameters + + + com.ly.smart-doc diff --git a/sop-example/example-product/product-service/pom.xml b/sop-example/example-product/product-service/pom.xml index 3d84ed51..ca1774ac 100755 --- a/sop-example/example-product/product-service/pom.xml +++ b/sop-example/example-product/product-service/pom.xml @@ -92,6 +92,19 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + ${java.version} + ${java.version} + UTF-8 + + -parameters + + + com.ly.smart-doc