1.modify workflows mvn file
diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml
index 304b251..7ad8aa5 100644
--- a/.github/workflows/maven-publish.yml
+++ b/.github/workflows/maven-publish.yml
@@ -29,10 +29,10 @@
           docker exec rmqbroker sh -c 'while ! nc -z localhost 10911; do sleep 1; done'    
 
       - uses: actions/checkout@v3
-      - name: Set up JDK 1.8
+      - name: Set up JDK 8
         uses: actions/setup-java@v3
         with:
-          java-version: '1.8'
+          java-version: '8'
           distribution: 'temurin'
           server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
           settings-path: ${{ github.workspace }} # location for the settings.xml file