mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2026-06-20 16:26:05 +08:00
OEM信息优化,支持多配置文件模式,支持在application*.yml自定义信息,以及切换local/cdn模式。
This commit is contained in:
@@ -41,10 +41,10 @@ const vm = new Vue({
|
||||
options: {
|
||||
dataType: "sql",
|
||||
|
||||
authorName: "zhengkai.blog.csdn.net",
|
||||
packageName: "cn.devtools",
|
||||
returnUtilSuccess: "Return.SUCCESS",
|
||||
returnUtilFailure: "Return.ERROR",
|
||||
authorName: "${(value.author)!!}",
|
||||
packageName: "${(value.packageName)!!}",
|
||||
returnUtilSuccess: "${(value.returnUtilSuccess)!!}",
|
||||
returnUtilFailure: "${(value.returnUtilFailure)!!}",
|
||||
|
||||
isPackageType: true,
|
||||
isSwagger: false,
|
||||
@@ -61,7 +61,7 @@ const vm = new Vue({
|
||||
},
|
||||
templates:[{}],
|
||||
historicalData:[],
|
||||
outputStr: "xxx",
|
||||
outputStr: "${(value.outputStr)!!}",
|
||||
outputJson: {}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user