【修改】 名称替换

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-21 17:28:26 +08:00
parent 3bd8a424ec
commit b5f18ba897
1212 changed files with 1262 additions and 1270 deletions

View File

@@ -10,7 +10,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* 如果你碰到启动的问题,请认真阅读 https://doc.iocoder.cn/quick-start/ 文章
* 如果你碰到启动的问题,请认真阅读 https://doc.iocoder.cn/quick-start/ 文章
*
* @author 芋道源码
* @author 朋辰
*/
@SuppressWarnings("SpringComponentScan") // 忽略 IDEA 无法识别 ${exam.info.base-package}
@SpringBootApplication(scanBasePackages = {"${exam.info.base-package}.server", "${exam.info.base-package}.module"})

View File

@@ -14,7 +14,7 @@ import static pc.exam.pp.framework.common.exception.enums.GlobalErrorCodeConstan
* 默认 Controller解决部分 module 未开启时的 404 提示。
* 例如说,/bpm/** 路径,工作流
*
* @author 芋道源码
* @author 朋辰
*/
@RestController
@Slf4j