I have successfully tested the boot properties from the SVN repository, currently on my configuration server I have provided the URI and standard label: trunk and I have the application property in trunk. below is the contents of my consumer application application.ymland the ability to successfully execute properties
trunk
application.yml
spring: application: name: foo-development cloud: config: uri: http://localhost:${config.port:8888}
I now have a common property in another folder, which is also used in other applications, so how can I download this application to my application along with my specific application
application.yml SVN.
. config repo : https://github.com/spring-cloud-samples/config-repo
https://github.com/spring-cloud-samples/customers-stores/blob/master/rest-microservices-store/src/main/resources/bootstrap.yml
application.yml, store.yml .
, URL/env, , configService.
spring.cloud.config.name , , , , application.yml
spring.cloud.config.name
spring: application: name: foo-development cloud: config: uri: http://localhost:${config.port:8888} name: foo-development,myshared
foo-development myshared.
foo-development
myshared
Source: https://habr.com/ru/post/1583859/More articles:Is it possible to route a single request to all instances using ELB? - amazon-elbHow to move UIView dynamically using auto layout? - ioshttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1583856/classlisttoggleclass-true-vs-classlistadd&usg=ALkJrhhcbqYELx3gCTh3qByvve49ulcxMQSpring General cloud server settings in all applications - springWhere in the page life cycle is the main page load event (not OnLoad and Page_Load)? - asp.nethttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1583860/djangodbutilsoperationalerror-1071-specified-key-was-too-long-max-key-length-is-767-bytes&usg=ALkJrhjfacvE0n5kl22OlhW9xCZIVCm2jQDocker: Nginx & PHP Container: нет такого файла или каталога - phpInherited from Set.prototype - javascriptКак определить, когда элемент в массиве пуст в С#? (Когда пусто, элемент = 0) - arrayslogstash output to a file and ignores the codec - fileAll Articles