JAVAMS05 Messaging with Pub/Sub Reviews

12362 reviews

vijay K. · Reviewed over 2 years ago

I got some issue when the message-processor was created. so I remove the "RELEASE" word from the command and I change the version of spring to "2.6.0". Then in run process I got some error related to java version which sat 17. I changed it one LTS version before which is 11. Then I got my answers and the projects works as well. Thanks dear Coursera! :D and here is my pom.xml : <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.6.0</version> <relativePath/> <!-- lookup parent from repository --> </parent> <groupId>com.example</groupId> <artifactId>demo</artifactId> <version>0.0.1-SNAPSHOT</version> <name>demo</name> <description>Demo project for Spring Boot</description> <properties> <java.version>11</java.version> <spring-cloud-gcp.version>3.5.4</spring-cloud-gcp.version> <spring-cloud.version>2021.0.8</spring-cloud.version> </properties> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>spring-cloud-gcp-starter-pubsub</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>${spring-cloud.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>spring-cloud-gcp-dependencies</artifactId> <version>${spring-cloud-gcp.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins> </build> </project>

Ali J. · Reviewed over 2 years ago

Parkash t. · Reviewed over 2 years ago

Tin H. · Reviewed over 2 years ago

sin actualizar las versiones de java y spring boot

Jose Antonio S. · Reviewed over 2 years ago

Had issue in new project creation from string initializer and showed error stating "gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now".

R M. · Reviewed over 2 years ago

Jyosnasri J. · Reviewed over 2 years ago

not able to open the lab..

YOGITA V. · Reviewed over 2 years ago

some problem with commands in the messages-processor tutorial part. The cmd to produce spring proj not work. Anyway, the workaround is to download project from your github and then upload it on the lab editor (at same level of guestbook service and frontend proj)

Jacopo B. · Reviewed over 2 years ago

Alexander Z. · Reviewed over 2 years ago

Shanoj K. · Reviewed over 2 years ago

Shanoj K. · Reviewed over 2 years ago

pula k. · Reviewed over 2 years ago

Ajay K. · Reviewed over 2 years ago

fILES WERE NOT THERE

Jyoti R. · Reviewed over 2 years ago

message-processor with boot 2.4.6 not available

Shiheng W. · Reviewed over 2 years ago

YAKKATI N. · Reviewed over 2 years ago

GOVINDU S. · Reviewed over 2 years ago

Polina H. · Reviewed over 2 years ago

Chandan K. · Reviewed over 2 years ago

Aishwarya B. · Reviewed over 2 years ago

TUNGALA H. · Reviewed over 2 years ago

Task 8 kinda confusing

Joey B. · Reviewed over 2 years ago

Full of error

Brajesh S. · Reviewed over 2 years ago

Reem A. · Reviewed over 2 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.