From d71a2f66c83f45556227960b2a00ac78f8cfd704 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 22 Jan 2025 11:39:35 +0800 Subject: [PATCH] Logo --- .github/workflows/ci-cd.yml | 4 ++-- .lycheeignore | 1 - .../java/com/qubitpi/fastws/application/ResourceConfig.java | 2 +- .../groovy/com/qubitpi/fastws/JettyServerFactorySpec.groovy | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 134130d7..9644d68c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -135,13 +135,13 @@ jobs: context: . push: false - name: Login to DockerHub - if: github.ref == 'refs/heads/master' + #if: github.ref == 'refs/heads/master' uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Push image to DockerHub - if: github.ref == 'refs/heads/master' + #if: github.ref == 'refs/heads/master' uses: docker/build-push-action@v3 with: context: . diff --git a/.lycheeignore b/.lycheeignore index 05be4577..d21b19d4 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -5,4 +5,3 @@ https://www.openapis.org/ https://jcp.org/* http://localhost:8080/* https://github.com/QubitPi/fast-ws/blob/master/FastWS-Project-intellij-code-style.xml -https://hub.docker.com/r/jack20191124/fast-ws/ diff --git a/src/main/java/com/qubitpi/fastws/application/ResourceConfig.java b/src/main/java/com/qubitpi/fastws/application/ResourceConfig.java index d34b5a37..f9edad35 100644 --- a/src/main/java/com/qubitpi/fastws/application/ResourceConfig.java +++ b/src/main/java/com/qubitpi/fastws/application/ResourceConfig.java @@ -32,7 +32,7 @@ @ApplicationPath("v1") public class ResourceConfig extends org.glassfish.jersey.server.ResourceConfig { - private static final String ENDPOINT_PACKAGE = "com.qubitpi.ws.jersey.template.web.endpoints"; + private static final String ENDPOINT_PACKAGE = "com.qubitpi.fastws.web.endpoints"; /** * DI Constructor that allows for finer dependency injection control. diff --git a/src/test/groovy/com/qubitpi/fastws/JettyServerFactorySpec.groovy b/src/test/groovy/com/qubitpi/fastws/JettyServerFactorySpec.groovy index 38089571..333358ba 100755 --- a/src/test/groovy/com/qubitpi/fastws/JettyServerFactorySpec.groovy +++ b/src/test/groovy/com/qubitpi/fastws/JettyServerFactorySpec.groovy @@ -26,7 +26,7 @@ import spock.lang.Specification class JettyServerFactorySpec extends Specification { static final int PORT = 8080 - static final String ENDPOINT_RESOURCE_PACKAGE = "com.qubitpi.ws.jersey.template.resource" + static final String ENDPOINT_RESOURCE_PACKAGE = "com.qubitpi.fastws.resource" /** * DI constructor.