Master Microservices with Spring Boot and Spring Cloud - Step 06 – Connect Spring Cloud Config Server to Local Git Repos

Master Microservices with Spring Boot and Spring Cloud - Step 06 – Connect Spring Cloud Config Server to Local Git Repos

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to configure a Git repository in a Spring Cloud Config Server. It covers setting the Git URI in the application properties, handling Windows path differences, and restarting the server. The tutorial also demonstrates verifying the JSON response from the server and provides troubleshooting tips for common issues like path and port mismatches.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct property name to configure the Git repository URI in the Spring Cloud Config Server?

spring.cloud.config.server.git.directory

spring.cloud.config.server.git.url

spring.cloud.config.server.git.path

spring.cloud.config.server.git.uri

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which annotation is necessary to enable the Spring Cloud Config Server?

@EnableSpringConfig

@EnableSpringCloudConfig

@EnableConfigServer

@EnableCloudConfigServer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you check if the Spring Cloud Config Server is not returning the expected JSON response?

Ensure the file name and profile match the configuration

Check if the server is running on port 8080

Verify the Git repository is public

Make sure the server is using HTTPS

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default port number for the Spring Cloud Config Server?

8080

8000

8888

9090

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be avoided in the local Git repository path on Windows?

Using forward slashes

Including special characters

Including spaces

Using uppercase letters