Fork me on Gitee
摘要: 1、mybatis.mapper-locations在SpringBoot配置文件中使用,作用是扫描Mapper接口对应的XML文件2、@MapperScan会扫描Mapper接口类,并生成对应的实现类。 其中resultType=“User”中,User就是自定义的POJO,此时可以使用完全限定名 阅读全文
posted @ 2021-11-05 16:36 江南西道 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 常用操作 1. 仓库创建Git项目 gitLab或者Github上创建一个空白项目 shiro-demo,获得项目仓库地址:https://gitee.com/xxx/shiro-demo.git 2. 本地电脑上执行Git 全局设置: ``` git config --global user.na 阅读全文
posted @ 2021-11-05 00:20 江南西道 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 下载 https://maven.apache.org/download.cgi 安装 将文件解压到D:\Program Files\Apache\maven目录下 新建环境变量MAVEN_HOME,赋值D:\Program Files\Apache\maven 编辑环境变量Path,追加%MAVE 阅读全文
posted @ 2021-11-05 00:19 江南西道 阅读(144) 评论(0) 推荐(0) 编辑
Fork me on GitHub