File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
spring-boot-dubbo-client/src/main/resources
spring-boot-dubbo-server/src/main/resources Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- spring.thymeleaf.cache =false
2
-
3
-
4
1
server.port =2080
5
- spring.dubbo.app = dubbo-uic-consumer
2
+ spring.application.name =dubbo-uic-consumer
3
+
4
+ # ## dubbo
6
5
spring.dubbo.registry = redis://localhost:6379
7
6
# spring.dubbo.registry = zookeeper://127.0.0.1:2181
8
- # spring.dubbo.registry = consul://127.0.0.1:8500
7
+ # spring.dubbo.registry = consul://127.0.0.1:8500
8
+
9
+ # ## ops
10
+ spring.thymeleaf.cache =false
Original file line number Diff line number Diff line change 1
1
server.port =20881
2
+ spring.application.name =dubbo-uic-provider
2
3
3
- spring.dubbo.app = dubbo-uic-provider
4
4
spring.dubbo.registry = redis://localhost:6379
5
5
# spring.dubbo.registry = zookeeper://127.0.0.1:2181
6
6
# spring.dubbo.registry = consul://127.0.0.1:8500
7
- spring.dubbo.port = 20880
7
+ # spring.dubbo.port= 20880
8
8
9
9
spring.devtools.livereload.enabled =false
You can’t perform that action at this time.
0 commit comments