springboot-based java compiler API server
199
docker pull 0bliviate/java-compiler-api:main
{
"code": "public class Main { public static void main(String[] args) { System.out.println(12); } }"
}
{
"status": "SUCCESS",
"compilePath": "tmp/tmp_5ebf34cd-624a-47e8-aeb0-18a477aff36f",
"message": "12\n",
"code": "public class Main { public static void main(String[] args) { System.out.println(12); } }",
"maxMemory": null,
"maxTime": null
}
code: your source code
maxMemory: set memory
maxTime: set max time
inputFile: set input (if you use inputStream)
If you have any questions, please raise an issue or contact me at [email protected]
Content type
Image
Digest
sha256:b5071dfa1…
Size
201.3 MB
Last updated
over 1 year ago
docker pull 0bliviate/java-compiler-api:main