上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: 一、MQ(Message Queue)概念 kafka RabbitMQ RocketMQ ActiveMQ:https://activemq.apache.org/ 1.1 MQ的技术维度 api发送和接收 MQ高可用 MQ集群和容错配置 MQ持久化 redis 延时发送/定时投递 签收机制 sp 阅读全文
posted @ 2021-08-12 15:11 DingJie1024 阅读(235) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-04 09:51 DingJie1024 阅读(35) 评论(0) 推荐(0)
摘要: SSM框架整合 目录结构 20.cnblogs.com/blog/1678155/202108/1678155-20210804092459320-154163573.png) 一、pom.xml文件 <!--依赖 junit,数据库驱动,连接池,servlet,jsp,mybatis,mybati 阅读全文
posted @ 2021-08-04 09:25 DingJie1024 阅读(69) 评论(0) 推荐(0)
摘要: ##1、Shiro简介 ###1.1、什么是shiro? Apache Shiro是Java安全权限框架。 shiro可以非常容易的开发出足够好的应用,其不仅可以用在JavaSE环境,也可以用在JavaEE环境。 shiro可以完成,认证,授权,加密,会话管理,web继承,缓存等。 下载地址:htt 阅读全文
posted @ 2021-07-15 11:37 DingJie1024 阅读(99) 评论(0) 推荐(0)
摘要: ###SpringSecurity 简介 SpringSecurity是针对Spring项目的安全框架,也是Spring Boot底层安全模块默认的技术选型,他可以实现强大的Web 安全控制,对于安全控制,我们仅仅需要引入spring-boot-starter-security模块,进行少量的配置, 阅读全文
posted @ 2021-07-06 11:06 DingJie1024 阅读(244) 评论(0) 推荐(0)
摘要: Springboot-JDBC 配置文件 #serverTimezone=GMT:设置时区 spring: datasource: username: root password: 123456 url: jdbc:mysql://localhost:3306/数据库名?serverTimezone 阅读全文
posted @ 2021-07-02 15:43 DingJie1024 阅读(111) 评论(0) 推荐(0)
摘要: ###前期数据准备(模拟数据库) @Repository public class DepartmentDao { //模拟数据库中的数据 private static Map<Integer, Department> departmentMap = null; static { departmen 阅读全文
posted @ 2021-06-29 21:57 DingJie1024 阅读(686) 评论(0) 推荐(0)
摘要: 一、语法基础 阅读全文
posted @ 2021-06-28 10:47 DingJie1024 阅读(55) 评论(0) 推荐(0)
摘要: ###1、为登录页面的form表单,添加th:action进入controller <form class="form-signin" th:action="@{/user/login}"> ###2、input标签添加“name”属性 <input type="text" name="userna 阅读全文
posted @ 2021-06-28 10:43 DingJie1024 阅读(219) 评论(0) 推荐(0)
摘要: 中文: 英文: ###1 在resource添加配置文件(语言切换) login.properties:默认显示的配置文件 login_en_US.properties:英文的配置文件 login_zh_CN.properties:中文的配置文件 点击resource Bundle视图化显示配置 # 阅读全文
posted @ 2021-06-26 22:34 DingJie1024 阅读(791) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页