This is an automated email from the ASF dual-hosted git repository.
mercyblitz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git
The following commit(s) were added to refs/heads/master by this push:
new f65bec5 Update application.yml (#337)
f65bec5 is described below
commit f65bec5a92dc15b47bd540b87113d920c99c3f26
Author: liaozan <[email protected]>
AuthorDate: Fri Dec 21 17:40:26 2018 +0800
Update application.yml (#337)
add missing param
---
.../src/main/resources/application.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git
a/dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer/src/main/resources/application.yml
b/dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer/src/main/resources/application.yml
index 9aad95d..1ab7234 100644
---
a/dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer/src/main/resources/application.yml
+++
b/dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer/src/main/resources/application.yml
@@ -1,7 +1,9 @@
spring:
application:
name: dubbo-consumer-demo
-
+demo:
+ service:
+ version: 1.0.0
server:
port: 8080
@@ -34,4 +36,4 @@ management:
endpoints:
web:
exposure:
- include: "*"
\ No newline at end of file
+ include: "*"