自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 解决Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile

maven.compiler.source>8</maven.compiler.source> 对应你的jdk版本。<maven.compiler.target>8</maven.compiler.target>对应你的jdk版本。在pom文件添加以下信息。

2024-01-31 17:40:52 105

原创 element-plus容器布局充满全屏

element-plus解决占据半屏问题

2023-12-04 22:46:35 1022

原创 springboot整合支付宝付款(支付宝沙箱)

springboot整合支付宝支付(支付宝沙箱),

2023-06-13 16:43:57 2088 1

原创 Springboot整合canal

springboot整合canal

2023-05-30 20:51:51 944 4

原创 spring Security 使用

把jwt放到 UsernamePasswordAuthenticationFilter.class之前(JwtAuthenticationFilter 注入到配置类中)实现 implements AccessDeniedHandler 权限信息 全选不足会被拦截到这。实现 implements AuthenticationEntryPoint(认证信息)同上。3自定义登录user password 用户名 密码。2 ,配置 Security。为jwt配置bean。

2023-04-17 16:18:37 251 1

原创 EasyCaptcha 登录 验证码 springboot

登录图片验证码 EasyCaptcha 登录 验证码 springboot

2022-08-08 14:25:58 548

原创 springboot整合redisson乱码

引入pom <!--redisson--> <dependency> <groupId>org.redisson</groupId> <artifactId>redisson</artifactId> <version>3.16.4</version> </dependency>

2022-05-21 15:55:58 1218 3

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除