添加了GraalVM的原生镜像版本

This commit is contained in:
bamanker
2023-11-09 23:25:46 +08:00
parent 27096c2cd2
commit 62babb92ac

View File

@@ -13,6 +13,6 @@ public class TestController {
@GetMapping("/test")
public String test(){
return "test ok!!!!!!!";
return "test ok!!!!!!!!";
}
}