Skip to content

Commit

Permalink
Test package
Browse files Browse the repository at this point in the history
  • Loading branch information
94fzb committed Jun 22, 2024
1 parent ad15346 commit c3492dc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ public class GraalvmAgentApplication {
public static void main(String[] args) throws IOException {
new Gson().toJson(new HttpRequestInfo());
new Gson().toJson(new Plugin());
//new Gson().toJson(new User());
//new Gson().toJson(new CommentsEntry());
String basePath = System.getProperty("user.dir").replace("\\target","").replace("/target", "");
//PathKit.setRootPath(basePath);
File file = new File(basePath + "/src/main/resources");
PluginNativeImageUtils.doLoopResourceLoad(file.listFiles(), file.getPath() + "/", "/");
//Application.nativeAgent = true;
PluginNativeImageUtils.exposeController(Collections.singletonList(HelloWorldController.class));
PluginNativeImageUtils.usedGsonObject();
Application.main(args);
Expand Down

0 comments on commit c3492dc

Please sign in to comment.