07 2021 档案

摘要:pom文件引用redis <!-- redis --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </depende 阅读全文
posted @ 2021-07-27 11:03 音Duang 阅读(65) 评论(0) 推荐(0)
摘要:在项目里面加入统一的返回信息和异常处理 新建 文件如下 public interface BaseErrorInfoInterface { /** * 错误码 */ String getResultCode(); /** * 错误描述 */ String getResultMsg(); } publ 阅读全文
posted @ 2021-07-14 15:36 音Duang 阅读(88) 评论(0) 推荐(0)