摘要: 1,状态静态常量 package com.mangoubiubiu.commonutils; public interface ResultCode { //成功 public static Integer SUCCESS=20000; //失败 public static Integer ERRO 阅读全文
posted @ 2020-09-24 23:26 KwFruit 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 测试demo:Spring+SpringMvc+Mybatis-Plus+SpringBoot+RESTful风格Api +Maven 1,引入依赖 <!--swagger--> <dependency> <groupId>io.springfox</groupId> <artifactId>spr 阅读全文
posted @ 2020-09-24 23:17 KwFruit 阅读(269) 评论(0) 推荐(0) 编辑