Commit fbef8941 authored by xiezhi's avatar xiezhi

Initial commit: Java 11 HTTP server template

parent b7ad6acb
{ {
"version": "1.0.0", "version": "1.0.0",
"name": "Java 8 Hello World", "name": "Java 11 Hello World",
"tags": ["java", "hello-world", "http-server", "java8"], "tags": ["java", "hello-world", "http-server", "java11"],
"description": "基于Java 8的Hello World控制台程序示例", "description": "基于Java 11的Hello World控制台程序示例",
"init_commands": ["make install"], "init_commands": ["make install"],
"start_commands": ["make run"], "start_commands": ["make run"],
"stop_commands": ["make stop"], "stop_commands": ["make stop"],
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"deploy": [ "deploy": [
{ {
"image_name": "java8-hello-world", "image_name": "java11-hello-world",
"app_access_entry": true, "app_access_entry": true,
"ports": [ "ports": [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment