This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new f0e69a067 update quickstart sample
f0e69a067 is described below
commit f0e69a06788935b1c27056f1f8a88b4f09297801
Author: chickenlj <[email protected]>
AuthorDate: Wed Sep 18 10:54:28 2024 +0800
update quickstart sample
---
11-quickstart/Dockerfile | 2 +-
11-quickstart/quickstart-api/pom.xml | 25 -------------------------
2 files changed, 1 insertion(+), 26 deletions(-)
diff --git a/11-quickstart/Dockerfile b/11-quickstart/Dockerfile
index 8595ab0d6..1c415f332 100644
--- a/11-quickstart/Dockerfile
+++ b/11-quickstart/Dockerfile
@@ -1,5 +1,5 @@
# This is the demo Dockerfile for the generated template project, please
change accordingly before building image from it.
-# Run the following command to build image: docker build -f ./Dockerfile
--build-arg APP_FILE=quickstart-service--0.0.1-SNAPSHOT.jar -t demo:latest .
+# Run the following command to build image: docker build -f ./Dockerfile
--build-arg APP_FILE=quickstart-service-0.0.1-SNAPSHOT.jar -t demo:latest .
FROM openjdk:17-jdk-alpine
# Set the working directory to /build
diff --git a/11-quickstart/quickstart-api/pom.xml
b/11-quickstart/quickstart-api/pom.xml
index c29cd10be..b5ea2d9e5 100644
--- a/11-quickstart/quickstart-api/pom.xml
+++ b/11-quickstart/quickstart-api/pom.xml
@@ -27,30 +27,5 @@
<artifactId>quickstart-api</artifactId>
<name>quickstart-api</name>
<description>The Dubbo service API definitions defined in the
project.</description>
- <dependencies>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter</artifactId>
- </dependency>
- <dependency>
- <groupId>com.google.protobuf</groupId>
- <artifactId>protobuf-java</artifactId>
- <version>3.19.6</version>
- </dependency>
- <dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo-spring-boot-starter</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.dubbo</groupId>
-
<artifactId>dubbo-zookeeper-curator5-spring-boot-starter</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]