Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix dubbo2.6 / dubbo3 sample
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyuan2021 committed Jan 22, 2024
1 parent 6433bcc commit 4b4ed7f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public static void main(String[] args) {
@Override
public void run(String... args) throws Exception {
try {
// installBiz("dubbo26biz/target/dubbo26biz-0.0.1-SNAPSHOT-ark-biz.jar");
// installBiz("dubbo26biz2/target/dubbo26biz2-0.0.1-SNAPSHOT-ark-biz.jar");
installBiz("dubbo26biz/target/dubbo26biz-0.0.1-SNAPSHOT-ark-biz.jar");
installBiz("dubbo26biz2/target/dubbo26biz2-0.0.1-SNAPSHOT-ark-biz.jar");
} catch (Throwable e) {
LOGGER.error("Install biz failed", e);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ logging.level.root=INFO
logging.level.com.alipay.sofa.arklet=INFO
#logging.config=classpath:log4j2-spring.xml

spring.main.allow-bean-definition-overriding=true

dubbo.application.logger=slf4j
dubbo.application.name=biz
dubbo.consumer.serialization=java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ logging.level.root=INFO
logging.level.com.alipay.sofa.arklet=INFO
#logging.config=classpath:log4j2-spring.xml

spring.main.allow-bean-definition-overriding=true

dubbo.application.logger=slf4j
dubbo.application.name=biz2
dubbo.consumer.serialization=java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ dubbo:
name: tri
port: 50051

server:
port: 8089

spring:
application:
Expand Down

0 comments on commit 4b4ed7f

Please sign in to comment.