09 2020 档案
摘要:1.在Spring Cloud Gateway添加Swagger依赖 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-nacos-config</artifactId> </depe
阅读全文
摘要:1.创建springboot工程并添加依赖 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-nacos-config</artifactId> </dependency> <depe
阅读全文
摘要:1.创建springboot工程并添加依赖 <!--Swagger-UI API文档生产工具--> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> </dependenc
阅读全文
摘要:1.登录需要搭建nfs的服务器并下载 输入指令: yum install -y nfs-utils yum install -y rpcbind 2.安装完成后启动 输入指令: systemctl start rpcbind systemctl enable rpcbind systemctl st
阅读全文
摘要:1.<where>和<if> <!-- 根据条件查询用户 --> <select id="queryUserByWhere" parameterType="user" resultType="user"> SELECT id, username, birthday, sex, address FRO
阅读全文
摘要: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"
阅读全文

浙公网安备 33010602011771号