摘要: 1.创建springboot工程并添加依赖 <!--Swagger-UI API文档生产工具--> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> </dependenc 阅读全文
posted @ 2020-09-27 08:48 Ivin-yang 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 1.登录需要搭建nfs的服务器并下载 输入指令: yum install -y nfs-utils yum install -y rpcbind 2.安装完成后启动 输入指令: systemctl start rpcbind systemctl enable rpcbind systemctl st 阅读全文
posted @ 2020-09-18 17:10 Ivin-yang 阅读(1399) 评论(0) 推荐(0) 编辑
摘要: 1.<where>和<if> <!-- 根据条件查询用户 --> <select id="queryUserByWhere" parameterType="user" resultType="user"> SELECT id, username, birthday, sex, address FRO 阅读全文
posted @ 2020-09-15 13:22 Ivin-yang 阅读(1004) 评论(0) 推荐(0) 编辑
摘要: 1.引用依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2020-09-14 14:02 Ivin-yang 阅读(304) 评论(0) 推荐(0) 编辑