Commit d0135896 authored by 黎博's avatar 黎博

ServiceCreateVo cpu和mem新增默认值

parent 8f2e89a4
......@@ -41,10 +41,10 @@ public class DockerProject {
private String ddl;
private String wiki;
private String api;
private String memLimit;
private String memRequest;
private String cpuLimit;
private String cpuRequest;
private String memLimit = "1000";
private String memRequest = "100";
private String cpuLimit = "1000";
private String cpuRequest = "100";
private Integer sonar;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date createTime;
......
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