fix: 初始化 meta.json 文件格式调整,json 缩进因子改为 2,和前端保持一致
This commit is contained in:
@@ -667,7 +667,7 @@ public class GitServiceImpl implements IGitService {
|
||||
jsonObject.set("id", T.StrUtil.uuid());
|
||||
jsonObject.set("name", applicationName);
|
||||
jsonObject.set("longName", applicationName);
|
||||
fileContent = T.JSONUtil.toJsonPrettyStr(jsonObject);
|
||||
fileContent = T.JSONUtil.parse(jsonObject).toJSONString(2);
|
||||
}
|
||||
if ("signature.json".equals(str)) {
|
||||
fileContent = this.signatureJsonTemplate;
|
||||
|
||||
Reference in New Issue
Block a user