摘要: /usr/local/nginx/sbin/nginx /usr/local/nginx/conf/nginx.conf /usr/local/nginx/html/index.html 在/etc/init.d下创建文件nginx [root@localhost ~]# vim /etc/init 阅读全文
posted @ 2022-06-27 11:32 xidianzxm 阅读(492) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1220447/202108/1220447-20210806143030593-473547949.png) 阅读全文
posted @ 2021-08-06 14:31 xidianzxm 阅读(51) 评论(0) 推荐(0) 编辑
摘要: #1、SpringBoot github https://github.com/spring-projects/spring-boot #2、SpringCloud github https://github.com/spring-projects/spring-cloud https://spri 阅读全文
posted @ 2021-08-05 20:03 xidianzxm 阅读(554) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1220447/202108/1220447-20210805163223151-1258663568.png) ![](https://img2020.cnblogs.com/blog/1220447/202108/1220447-20210805163731494-1861176323.png) ![](https:// 阅读全文
posted @ 2021-08-05 16:33 xidianzxm 阅读(201) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1220447/202108/1220447-20210805160014403-2115336700.png) 阅读全文
posted @ 2021-08-05 16:00 xidianzxm 阅读(19) 评论(0) 推荐(0) 编辑
摘要: zuul1.x模型 gateway模型 什么是webflux #gateway三大核心概念 #gateway工作流程 阅读全文
posted @ 2021-07-28 15:40 xidianzxm 阅读(31) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1220447/202103/1220447-20210330160356054-147686850.png) ![](https://img2020.cnblogs.com/blog/1220447/202103/1220447-20210330160736532-357280866.png) ![](https://im 阅读全文
posted @ 2021-03-30 16:04 xidianzxm 阅读(369) 评论(0) 推荐(0) 编辑
摘要: #测试用例 ##1 ge、gt、le、lt、isNull、isNotNull @Test public void testQuery() { QueryWrapper<User>queryWrapper = newQueryWrapper<>(); queryWrapper .isNull("nam 阅读全文
posted @ 2021-03-12 10:13 xidianzxm 阅读(374) 评论(0) 推荐(0) 编辑
摘要: #逻辑删除实现流程 ##1、数据库修改 添加 deleted字段 ALTERTABLE `user` ADD COLUMN `deleted` boolean DEFAULT false ##2、实体类修改 添加deleted 字段,并加上 @TableLogic 注解 @TableLogic pr 阅读全文
posted @ 2021-03-11 20:15 xidianzxm 阅读(920) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1220447/202103/1220447-20210311193930363-1373271583.png) 阅读全文
posted @ 2021-03-11 19:40 xidianzxm 阅读(130) 评论(0) 推荐(0) 编辑