会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
再见理想
Life is not what you have gained but what you have done!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
43
44
45
46
47
48
49
50
51
···
232
下一页
2021年11月24日
swagger2 Illegal DefaultValue null for parameter type integer
摘要: 问题,为了方便调试,引入了swagger2,但是在第一次访问的时候总是报 Illegal DefaultValue null for parameter type integer 让人看着很不输入 定位问题 很明显说是NumberFormatException,查看AbstractSerializa
阅读全文
posted @ 2021-11-24 10:26 牧之丨
阅读(160)
评论(0)
推荐(0)
2021年11月23日
mybatis-plus逻辑删除不生效的解决办法
摘要: 我们在使用mybatis-plus时,一般设备逻辑删除是非常简单的,基本上在yaml等配置文件中做一下配置。然后在字段上注解@TableLogic就可以了。有不清楚的,可以参考https://www.xiangcaowuyu.net/java/mybatis-plus-logical-deletio
阅读全文
posted @ 2021-11-23 18:41 牧之丨
阅读(10995)
评论(0)
推荐(0)
2021年11月22日
oauth2(spring security)报错method_not_allowed(Request method 'GET' not supported)解决方法
摘要: 报错信息 <MethodNotAllowed> <error>method_not_allowed</error> <error_description>Request method 'GET' not supported</error_description> </MethodNo
阅读全文
posted @ 2021-11-22 18:10 牧之丨
阅读(683)
评论(0)
推荐(0)
maven 启动 报错 Fatal error compiling: 无效的目标发行版
摘要: 错误内容如下 ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project nutzbook: Fatal error com
阅读全文
posted @ 2021-11-22 11:34 牧之丨
阅读(1038)
评论(0)
推荐(0)
2021年11月16日
springboot使用hibernate validator校验
摘要: 目录 一、参数校验 二、hibernate validator校验demo 三、hibernate的校验模式 1、普通模式(默认是这个模式) 2、快速失败返回模式 四、hibernate的两种校验 1、请求参数校验 2、GET参数校验(@RequestParam参数校验) a.此时需要使用Metho
阅读全文
posted @ 2021-11-16 13:56 牧之丨
阅读(665)
评论(0)
推荐(0)
2021年11月13日
Web前端常见的英文缩写
摘要: PV (Page View)页面浏览量 FED(Front-End Development)前端开发 F2E(Front-End Engineer)前端工程师 WWW(World Wide Web)万维网 W3C(World Wide Web Consortium)万维网联盟 BBS(Bulleti
阅读全文
posted @ 2021-11-13 01:15 牧之丨
阅读(2490)
评论(0)
推荐(0)
2021年11月12日
项目管理: Alpha,Beta,RC,GA,Release
摘要: Alpha: Alpha是内部测试版,一般不向外部发布。也可以认为是演示版本。允许存在一定的问题(例如功能组合、异常流程处理、稳定性、性能存在部分问题) Beta: 该版本相对于Alpha版已有了很大的改进,消除了严重的错误,但还是存在着一缺陷,需要经过多次测试来进一步消除。稳定性、性能效果可以不是
阅读全文
posted @ 2021-11-12 10:22 牧之丨
阅读(816)
评论(0)
推荐(0)
代码依赖包安全漏洞检测神器 —— Dependency Check
摘要: 目前各个企业对于应用的安全越来越重视,而解决应用漏洞的本质是从代码安全抓起。通常关于代码的安全问题有两类:代码本身的安全问题和代码依赖包存在的安全问题。对于代码本身的安全问题,我们可以通过静态代码分析工具解决,可以参考文章: 使用神器Spotbugs,轻松入门静态代码分析 - 简书 而对于代码依赖包
阅读全文
posted @ 2021-11-12 01:19 牧之丨
阅读(1965)
评论(0)
推荐(0)
组件漏洞测试工具---Dependency-Check
摘要: 目录 文章综述 Dependency-Check简介 工作原理 常用命令 报告解读 使用场景 缺点 文章综述 本文主要介绍Dependency-Check工具的工作原理和使用方法,并提供一个开源方案帮助企业建设SDL中的一环。 Dependency-Check简介 使用 "存在已知漏洞的组件" 已经
阅读全文
posted @ 2021-11-12 01:16 牧之丨
阅读(2952)
评论(0)
推荐(0)
2021年11月11日
Spring Boot 2.4 中文
摘要: Spring Boot 2.4 中文 https://runebook.dev/zh-CN/docs/spring_boot/spring-boot-features
阅读全文
posted @ 2021-11-11 14:59 牧之丨
阅读(58)
评论(0)
推荐(0)
上一页
1
···
43
44
45
46
47
48
49
50
51
···
232
下一页
公告