# springboot_demo **Repository Path**: TraceurMW/springboot_demo ## Basic Information - **Project Name**: springboot_demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-07 - **Last Updated**: 2021-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ctrl + D 向下复制当前行 ctrl + L 格式化代码 ctrl + ↓ 向下移动行 ctrl + ↑ 向上移动行 ctrl + / 行注释、块注释 ctrl + F 当前文件搜索 ctrl+ R 当前文件替换 Alt + F 全局搜索 Alt + R 全局替换 Alt + J 运行项目 Alt + K 停止运行 Alt + B 构建项目 ctrl+shift+alt+/ 注册表 @Null:被注释的元素必须为 null @NotNull:被注释的元素必须不为 null @AssertTrue:被注释的元素必须为 true @AssertFalse:被注释的元素必须为 false @Min(value):被注释的元素必须是一个数字,其值必须大于等于指定的最小值 @Max(value):被注释的元素必须是一个数字,其值必须小于等于指定的最大值 @DecimalMin(value):被注释的元素必须是一个数字,其值必须大于等于指定的最小值 @DecimalMax(value):被注释的元素必须是一个数字,其值必须小于等于指定的最大值 @Size(max=, min=):被注释的元素的大小必须在指定的范围内 @Digits (integer, fraction):被注释的元素必须是一个数字,其值必须在可接受的范围内 @Past:被注释的元素必须是一个过去的日期 @Future:被注释的元素必须是一个将来的日期 @Pattern(regex=,flag=):被注释的元素必须符合指定的正则表达式 @NotBlank(message =):验证字符串非null,且长度必须大于0 @Email:被注释的元素必须是电子邮箱地址 @Length(min=,max=):被注释的字符串的大小必须在指定的范围内 @NotEmpty:被注释的字符串的必须非空 @Range(min=,max=,message=):被注释的元素必须在合适的范围内 #https://github.com/vanDusty/SpringBoot-Home/ #https://www.dusty.vip/page/3/ http://localhost:8080/dev/swagger-ui.html http://localhost:8080/dev/doc.html