Skip to content

Commit d2fa334

Browse files
committed
升级dubbo
1 parent c3e3025 commit d2fa334

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

boot-dubbo/dubbo-consumer/src/main/java/org/boot/dubbo/consumer/service/impl/ConsumerServiceImpl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
@Service
1717
@Slf4j
1818
public class ConsumerServiceImpl implements ConsumerService {
19-
@DubboReference(version = "1.0.0",
20-
application = "${dubbo.application.id}")
19+
@DubboReference(version = "1.0.0", application = "${dubbo.application.id}")
2120
private HelloService helloService;
2221

2322
@Override

boot-dubbo/dubbo-provider/src/main/resources/application.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dubbo:
1717
id: dubbo
1818
name: dubbo
1919
port: 20880
20-
serialization: kryo
2120
management:
2221
endpoints:
2322
dubbo:

0 commit comments

Comments
 (0)