热爱技术,热爱生活
06
10
maven打包 maven打包
1.打包问题项目结构如下: parent(父类工程) | - - - - - common(通用工具类子工程) | - - - - - projectA(springboot子工程,依赖common工程) pom.xml 问题描述: 通过p
2021-06-10
10
linux基础 linux基础
1.命令12. 查看当前路径pwd -L 如果 PWD 环境变量包含了不包含文件名 .(点表示当前目录)或 ..(点点表示父目录)的当前目录的绝对路径名,则显示 PWD 环境变量的值。否则,-L 标志与 -P 标志一样运行。 -P 显
2021-06-10
10
mysql基础 mysql基础
1.安装1 centos1.1 centos mysql 5.7 CentOS 7的默认yum仓库中并没有MySQL5.7,我们需要手动添加,好在MySQL官方提供了仓库的地址,所以我们能够比较简单地安装MySQL。 本文我们将介绍Cent
2021-06-10
07
mybatis-plus mybatis-plus
Mybatis1. 配置maven1.1 下载地址maven 官网下载地址 参考环境配置 https://www.cnblogs.com/telwanggs/p/10820701.html mybatis 中文文档 https://myb
2021-06-07
07
mybatis-plus mybatis-plus
1. 介绍官方地址:MyBatis-Plus (baomidou.com) 2. 依赖<dependency> <groupId>com.baomidou</groupId> <ar
2021-06-07