Skip to content

Commit

Permalink
v3.15.4 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Jun 21, 2022
1 parent 052f077 commit 3cb8bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<resteasy.version>3.14.0.Final</resteasy.version>
<seata.version>1.5.1</seata.version>
<motan.version>1.1.8</motan.version>
<metrics.version>4.2.10</metrics.version>
<metrics.version>4.2.9</metrics.version>

<jdk.version>1.8</jdk.version>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import io.jboot.web.controller.JbootController;
import io.jboot.web.controller.annotation.RequestMapping;

@RequestMapping("/dubbo")
@RequestMapping("/dubbo3")
public class DubboClient extends JbootController {

@RPCInject
Expand Down

0 comments on commit 3cb8bf5

Please sign in to comment.