https://springframework.guru/spring-boot-restful-api-documentation-with-...
收录了3篇文章 · 1人关注
https://springframework.guru/spring-boot-restful-api-documentation-with-...
一、背景 有时候在处理业务逻辑时,需要判断方法返回的值是否为 null 。如,根据用户ID查找用户,Service层代码如下: Controll...
一、Lombok简介 Lombok 是一种 Java实用工具,用来简化getter and setter 等等 二、添加maven依赖 三、注解...