提交 847f737d authored 作者: wulf's avatar wulf

修改配置文件

上级 17a542c0
......@@ -31,7 +31,7 @@ public class OaCBusiConfController {
@PostMapping("/list")
@ApiOperation(value = "不分页查询模型", notes = "")
public Ret selectList( @RequestBody OaCBusiConfVo vo) {
public Ret selectList( OaCBusiConfVo vo) {
return Ret.ok().setData(oaCBusiConfService.selectList(vo));
}
......
server:
port: 8085
port: 8086
tomcat:
max-swallow-size: -1
spring:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论