启动配置参数(为空或未设置的参数默认使用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"
}
}