上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 24 下一页
摘要: springboot使用swagger3.0时,访问http://localhost:8080/swagger-ui.html页面404,无法访问 需要导入springfox启动类依赖 <dependency> <groupId>io.springfox</groupId> <artifactId> 阅读全文
posted @ 2021-12-05 15:06 一刹流云散 阅读(522) 评论(0) 推荐(0)
摘要: 报错 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-12-05 14:59:37.480 ERROR 525 阅读全文
posted @ 2021-12-05 15:01 一刹流云散 阅读(2580) 评论(0) 推荐(0)
摘要: 导入相关依赖 <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring5</artifactId> </dependency> <dependency> <groupId>org.thymeleaf.extr 阅读全文
posted @ 2021-12-04 21:32 一刹流云散 阅读(98) 评论(0) 推荐(0)
摘要: 一.CSRF是什么? CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。 二.CSRF可以做什么? 你这可以这么理解CSRF攻击:攻击者盗用了你的身份,以你的 阅读全文
posted @ 2021-12-04 17:06 一刹流云散 阅读(64) 评论(0) 推荐(0)
摘要: 导入security与thyemleaf与security整合的依赖 注意!SpringBoot版本过高可能不支持 最低支持2.0.9 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-s 阅读全文
posted @ 2021-12-04 16:58 一刹流云散 阅读(55) 评论(0) 推荐(0)
摘要: Entry 由于Map中存放的元素均为键值对,故每一个键值对必然存在一个映射关系。 Map中采用Entry内部类来表示一个映射项,映射项包含Key和Value (我们总说键值对键值对, 每一个键值对也就是一个Entry) Map.Entry里面包含getKey()和getValue()方法 Iter 阅读全文
posted @ 2021-12-03 19:51 一刹流云散 阅读(453) 评论(0) 推荐(0)
摘要: 一、概念 正则表达式,又称规则表达式。(英语:Regular Expression,在代码中常简写为regex、regexp或RE),计算机科学的一个概念。正则表达式通常被用来检索、替换那些符合某个模式(规则)的文本。在众多语言中都可以支持正则表达式,如Perl、PHP、Java、Python、Ru 阅读全文
posted @ 2021-12-03 19:44 一刹流云散 阅读(478) 评论(0) 推荐(0)
摘要: 全部复制时,springBoot不会立即响应需要重启 导入mybatis依赖 <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency> <d 阅读全文
posted @ 2021-12-03 11:49 一刹流云散 阅读(347) 评论(1) 推荐(0)
摘要: M 数据业务处理 C 后端前端交接 V 视图层前端页面HTML 阅读全文
posted @ 2021-12-02 20:58 一刹流云散 阅读(33) 评论(0) 推荐(0)
摘要: 导入依赖 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.2.0</version> </dependenc 阅读全文
posted @ 2021-12-02 20:50 一刹流云散 阅读(75) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 24 下一页