摘要: SprintBoot Mapper 树形查询 DeptMapper.xml DeptMapper.java Dept.java DeptTreeDto.java 阅读全文
posted @ 2020-04-18 12:02 彦桢 阅读(601) 评论(0) 推荐(0) 编辑
摘要: Spring Boot 配置 Swagger2 pom.xml SwaggerConfig.java HelloController.java 注意 ==使用fastjson时不要排除掉spring boot starter json== 阅读全文
posted @ 2020-04-18 11:49 彦桢 阅读(423) 评论(0) 推荐(0) 编辑
摘要: SpringBoot 打war包 pom.xml 设置打包格式 添加依赖 设置打包文件名 编译、测试、运行是 加入tomcat依赖 修改启动类 阅读全文
posted @ 2020-04-18 11:48 彦桢 阅读(229) 评论(0) 推荐(0) 编辑
摘要: Java SpringBoot 捕获异常 自定义异常类 JwtExceptionUtils 捕捉类 GlobalExceptionHandler 抛出异常 阅读全文
posted @ 2020-04-18 11:46 彦桢 阅读(706) 评论(0) 推荐(0) 编辑