Skip to content

Commit b78a5ae

Browse files
committed
添加注释
1 parent 01153f8 commit b78a5ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

transaction-springcloud/src/main/java/com/codingapi/ribbon/loadbalancer/LcnLoadBalancerRule.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ public Server proxy(Server server){
2323
}
2424

2525
String groupId = txTransactionLocal.getGroupId();
26-
26+
27+
//取出组件的appName
2728
String appName = server.getMetaInfo().getAppName();
2829

2930
String key = groupId + "_" + appName;

0 commit comments

Comments
 (0)