Loading...
@NotNull:用在基本类型上,不能为null,但可以为空字符串@NotEmpty:用在集合类上,不能为null,并且长度必须大于0@NotBlank:...
application.yml配置文件#### 整合freemarker spring: freemarker: cache: false ...
<dependency> <groupId>org.springframework.boot</gro...
在设置里勾选Show debug window on breakpoint,则请求进入到断点后自动激活Debug窗口
public class TypeCastHelper { private static final String DEFAULT_STRING ...
IntelliJ IDEA展示类下的所有方法和属性快捷键 Ctrl+F12