01 2022 档案
摘要:1、mapper写在了java目录里面 即使你在properties里面配置了 mybatis.mapper-locations= classpath:com/lihaoyu/demo/dao/*.xml,也没有用,因为编译的时候这个xml文件并没有被自动拉到target里面, 毕竟编译的是.jav
阅读全文
摘要:demo : https://gitee.com/houchen1996/spring-security-demo 一、SpringSecurity框架简介 二、SpringSecurity入门案例 三、SpringSecurity WEB权限方案 1、设置用户名密码的三种方式 2、实现查询数据库来
阅读全文
摘要:1、线程池参数 /** * @author houChen * @date 2021/12/11 11:05 * @Description: 线程池参数 */ @Component @ConfigurationProperties(prefix = "gulimall.thread") @Data
阅读全文
摘要:一、背景 上篇博客,使用微博社交登录谷粒商城后,将用户信息保存在session中,此时进入到谷粒商城的任何页面都需要能够取到用户信息, 谷粒商城首页(gulimall.com/index.html), 首页搜索商品后搜索到的商品列表(search.gulimall.com/index.html) 二
阅读全文
摘要:1、file –> Other Settings –> Settings for New Project 2、设置自己的maven仓库的配置文件和地址 3、以后idea新打开的项目默认使用的就是该maven仓库
阅读全文