Skip to content

Commit

Permalink
update quickstart sample
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Sep 18, 2024
1 parent c034741 commit f0e69a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion 11-quickstart/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
25 changes: 0 additions & 25 deletions 11-quickstart/quickstart-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit f0e69a0

Please sign in to comment.