Monday 4 February 2019

what is bootstrap.properties in spring boot?

bootstrap.properties to indicate where it will later find the Config Server and what our application is called (the Config Server will use the name to know which property file to provide):
spring.application.name=configclient
spring.cloud.config.uri=http://localhost:8888

No comments:

Post a Comment

40 Latest Interview Questions and Answers on Spring, Spring MVC, and Spring Boot

  40 Latest Interview Questions and Answers on Spring, Spring MVC, and Spring Boot 1. What is Tight Coupling? When a class (ClassA) is depen...