Commit bc114421 authored by 黎博's avatar 黎博

DockerProject新增jarPath

parent 7410b700
......@@ -29,6 +29,7 @@ public class DockerProject {
private String desc;
@TableField(value = "`owner`")
private String owner;
private String jarPath;
private String buildCommand;
private String startCommand;
private String stopCommand;
......
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