Skip to content

Commit

Permalink
Modify the test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
xsShuang committed Jun 22, 2024
1 parent 88ef3ca commit 0716d24
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
package test.apache.skywalking.apm.testcase.sc.solon.controller;

import cn.hutool.http.HttpRequest;
import org.noear.solon.annotation.*;
import org.noear.solon.annotation.Body;
import org.noear.solon.annotation.Get;
import org.noear.solon.annotation.Inject;
import org.noear.solon.annotation.Mapping;
import org.noear.solon.annotation.Path;
import test.apache.skywalking.apm.testcase.sc.solon.service.TestService;

import java.sql.SQLException;
Expand Down

0 comments on commit 0716d24

Please sign in to comment.