Build #128

Parameters
ReleaseSVN
发布系统SVN地址
PythonPath
Python发布脚本
JsonName
发布配置文件名称,例如:answer_test.json、answer.json
MainClass
系统启动入口
ShowCount
VerID
Params
启动配置参数(为空或未设置的参数默认使用application配置)
//正式
{
  "server.port": 8170,
  "spring.profiles.active":"app",
  "netty.server.port":8171,
  "springdoc.swagger-ui.enabled":true,
  "app-data.weMini":{
    "appid":"wxe0555ef5fa744efa",
    "appsecret":"54c7c8f2973d48bba43ebfbe6a1d2bf8"
  }
}
//测试
{
  "server.port": 8170,
  "spring.profiles.active":"prod",
  "netty.server.port":8171,
  "springdoc.swagger-ui.enabled":true,
  "app-data.weMini":{
    "appid":"wx4ce1a4a8fbc02ef5",
    "appsecret":"c8b06ac3b4dab11559ad8e885c642974"
  }
}
ServerList

Loading...