07 2021 档案
摘要:pom文件引用redis <!-- redis --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </depende
阅读全文
摘要:在项目里面加入统一的返回信息和异常处理 新建 文件如下 public interface BaseErrorInfoInterface { /** * 错误码 */ String getResultCode(); /** * 错误描述 */ String getResultMsg(); } publ
阅读全文

浙公网安备 33010602011771号