摘要:
1,状态静态常量 package com.mangoubiubiu.commonutils; public interface ResultCode { //成功 public static Integer SUCCESS=20000; //失败 public static Integer ERRO 阅读全文
摘要:
测试demo:Spring+SpringMvc+Mybatis-Plus+SpringBoot+RESTful风格Api +Maven 1,引入依赖 <!--swagger--> <dependency> <groupId>io.springfox</groupId> <artifactId>spr 阅读全文