10 2021 档案
摘要:基础认证授权实现: package aisino; import aisino.Realm.CustomerMD5Realm; import org.apache.shiro.SecurityUtils; import org.apache.shiro.authc.AuthenticationExc
阅读全文
摘要:实例一: 使用Validated 1、导入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> </dependency>
阅读全文
摘要:Arrays.asList(),将多个数据转换未list 对象 public static void main(String[] args) { Integer[] a = new Integer[]{3,5,1,7}; List<Integer> ints = Arrays.asList(a);
阅读全文

浙公网安备 33010602011771号