配置优化
This commit is contained in:
parent
0d4b73c589
commit
82797de267
@ -34,7 +34,7 @@ public class PathUtil {
|
|||||||
return StrUtil.removeSuffix(mlTranspondUrl, "/");
|
return StrUtil.removeSuffix(mlTranspondUrl, "/");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Value("${ml.transpond.url}")
|
@Value("${ml.transpond.url:}")
|
||||||
public void setMlTranspondUrl(String mlTranspondUrl) {
|
public void setMlTranspondUrl(String mlTranspondUrl) {
|
||||||
PathUtil.mlTranspondUrl = mlTranspondUrl;
|
PathUtil.mlTranspondUrl = mlTranspondUrl;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user