Client fonctionnel communiquant avec tous les MS
This commit is contained in:
parent
f272e9baa8
commit
228f765e52
21 changed files with 618 additions and 11 deletions
|
|
@ -46,6 +46,10 @@
|
|||
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-config</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
|
|||
3
clientui/src/main/resources/bootstrap.properties
Normal file
3
clientui/src/main/resources/bootstrap.properties
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
spring.application.name=microservice-clientui
|
||||
|
||||
spring.cloud.config.uri=http://localhost:9101
|
||||
Loading…
Add table
Add a link
Reference in a new issue