在Hibernate Validator(org.hibernate.validator.constraints)中: @NotEmpty://CharSequence, Collecti ...
在Hibernate Validator(org.hibernate.validator.constraints)中: @NotEmpty://CharSequence, Collecti ...
https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-logging h ...
一、起步依赖 1. 是什么 本质上是一个Maven项目对象模型(Project Object Model, POM), 定义了对其他库的传递依赖,这些东西加在一起即支持某项功能。 比如: ...
代码地址:JillWen_SpringBootDemo mybatis 1. 添加依赖: <dependency> <groupId>org.mybatis.spr ...
摘自: http://www.zslin.com/web/article/detail/31 非表单数据显示(字符串拼接) <h1&g ...
定义注解 实现一个只能输入指定状态的约束条件 定义校验类 程序中使用 也可以这样用: ...
switch在表格中的使用时 如果把<td>写在<div th:switch="${data.isShow}"> 里面导致外面出现很多空的<div><p& ...