11 2021 档案

SpringBoot+Spring Security权限认证之@EnableGlobalMethodSecurity三方法详解
摘要:@EnableGlobalMethodSecurity三方法详解 要开启Spring方法级安全,在添加了@Configuration注解的类上再添加@EnableGlobalMethodSecurity注解即可 /** * spring security配置 * @EnableGlobalMetho 阅读全文

posted @ 2021-11-26 11:18 topguntopgun 阅读(577) 评论(0) 推荐(0) 编辑

诺依框架 第一章 springboot+vue前后端分离版本部署
摘要:1、服务器上安装redis,mysql 2、服务器上安装JKD8版本,检查安装成功Java -version 3、修改druid.yml 的数据库连接池,发布到服务器上修改未能成功,未解之谜,打包项目,通过maven 的package命令,生成target文件夹拷贝到服务器上, 4、执行若依的sql 阅读全文

posted @ 2021-11-24 17:52 topguntopgun 阅读(1524) 评论(0) 推荐(0) 编辑

Sqlserver创建测试库和备份库的方法
摘要:以前我的测试库和正式库度是同一个,最近检查需要创建个测试库,每次创建测试库度是百度找文章,现在总结一下创建的方式 1、创建一个数据库,把它分离,这个数据库就叫做测试库,把它复制到formal文件夹和test文件夹 2、附加以后右键修改,但是一般会报错,因为我的IIS运行着,所以需要结束进程 数据库不 阅读全文

posted @ 2021-11-21 10:43 topguntopgun 阅读(423) 评论(0) 推荐(0) 编辑

window server 2012 无法安装.NET framework 3.5 service pack 1
摘要:1、从控制面板安装,如果不下载镜像文件,安装的时候提示安装失败,只能从镜像里面选择,下载镜像以后解压,解压找到该目录\sources\sxs\,比如D:\Windows serve 2012\Windows serve 2012\cn_windows_server_2012_r2_x64_dvd_2 阅读全文

posted @ 2021-11-10 17:36 topguntopgun 阅读(255) 评论(0) 推荐(0) 编辑

SpringBoot第六篇-SpringBoot+Mybatis+SpringSecurity+JWT整合,开发工具IDea
摘要:一、新建SpringBoot项目 ,选择Maven,插件选择SpringWeb 二、引入springSecurity包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-s 阅读全文

posted @ 2021-11-02 22:59 topguntopgun 阅读(412) 评论(0) 推荐(0) 编辑

SpringBoot第五篇SpringSecurity 认证机制
摘要:一、SpringSecurity主要用于鉴权和授权功能,他的过滤器链路如图 BasicAuthenticationFilter实现的是HttpBasic模式的登录认证 UsernamePasswordAuthenticationFilter实现用户名密码的登录认证 RememberMeAuthent 阅读全文

posted @ 2021-11-01 17:17 topguntopgun 阅读(233) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示