pay:默认禁用 pay 模块,进一步提升启动速度

This commit is contained in:
YunaiV
2023-02-22 22:38:16 +08:00
parent 14893c4cff
commit eefd9a71fc
7 changed files with 6 additions and 123 deletions

View File

@ -1,11 +0,0 @@
package cn.iocoder.yudao.server.framework.ui.core;
import org.springframework.boot.web.servlet.error.ErrorController;
//@Controller
//@RequestMapping("/admin-ui/")
public class AdminUiController implements ErrorController {
// public String
}