摘要:
package com.cj.system.exception; import com.cj.common.result.Result; import org.springframework.web.bind.annotation.ControllerAdvice; import org.sprin 阅读全文
posted @ 2022-10-28 19:13
写代码的小哥哥
阅读(17)
评论(0)
推荐(0)
摘要:
1.添加依赖 <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-spring-boot-starter</artifactId> </dependency> 2.配置类 package com.cj.sys 阅读全文
posted @ 2022-10-28 10:29
写代码的小哥哥
阅读(239)
评论(0)
推荐(0)