1、添加kaptcha依赖 2、新建KaptchaConfig配置类 3、编写一个请求来生成验证码 4、页面显示
1、Seata的安装配置 1.1、下载 官网下载地址:http://seata.io/zh-cn/blog/download.html[http...
因为Nacos默认自带的是嵌入式数据库derby 1、derby到mysql切换配置步骤 在安装Nacos中的config目录中,修改appli...
1、打开Nacos的官网:https://nacos.io/zh-cn/index.html[https://nacos.io/zh-cn/in...
首先linux系统上得有一个Nginx和一个Mysql数据库;Linux上安装Nginx:https://www.jianshu.com/p/8...
1、去MYSQL官网下载对应的版本。 官网:https://dev.mysql.com/downloads/mysql/[https://dev...
Nginx官网:http://nginx.org/en/download.html[http://nginx.org/en/download.h...
找到mysql 5.7 rpm的下载地址 mysql5.7rpm下载地址:http://repo.mysql.com/yum/mysql-5.7...
1. 新建一个类实现HandlerInterceptor接口,覆盖接口中的方法 2. 写一个配置类,实现WebMvcConfigurer接口。覆...