摘要: AtoolsConfig类文件 package com.example.demo.atools;import java.util.Arrays;import java.util.List;/** * @Create: IntelliJ IDEA. * @Author: subtlman_ljx * 阅读全文
posted @ 2022-08-24 16:06 subtlman 阅读(135) 评论(0) 推荐(0)
摘要: ServiceResp类文件 package com.example.demo.atools.resp; /** * @Create: IntelliJ IDEA. * @Author: subtlman_ljx * @Date: 2020/09/09/9:22 * @Description: 返回 阅读全文
posted @ 2022-08-24 16:05 subtlman 阅读(63) 评论(0) 推荐(0)
摘要: MyHandlerExceptionResolver类文件 package com.example.demo.atools.resp; import org.springframework.web.bind.annotation.ExceptionHandler; import org.spring 阅读全文
posted @ 2022-08-24 16:04 subtlman 阅读(58) 评论(0) 推荐(0)
摘要: DomainException类文件 package com.example.demo.atools.resp; /** * @Create: IntelliJ IDEA. * @Author: subtlman_ljx * @Date: 2020/09/09/9:22 * @Description 阅读全文
posted @ 2022-08-24 16:03 subtlman 阅读(48) 评论(0) 推荐(0)
摘要: CustomizeExceptionController类文件 package com.example.demo.atools.resp; import org.springframework.web.bind.annotation.RequestMapping; import org.spring 阅读全文
posted @ 2022-08-24 16:01 subtlman 阅读(24) 评论(0) 推荐(0)
摘要: LogFilter类文件 package com.example.demo.atools.log.filter;import com.alibaba.fastjson.JSON;import org.slf4j.Logger;import org.slf4j.LoggerFactory;import 阅读全文
posted @ 2022-08-24 15:58 subtlman 阅读(76) 评论(0) 推荐(0)
摘要: SwaggerConfig类文件 package com.example.demo.atools.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annota 阅读全文
posted @ 2022-08-24 15:55 subtlman 阅读(35) 评论(0) 推荐(0)
摘要: AutoBean类文件 package com.example.demo.atools.config; import org.springframework.beans.BeansException; import org.springframework.context.ApplicationCon 阅读全文
posted @ 2022-08-24 15:52 subtlman 阅读(46) 评论(0) 推荐(0)