2019年6月3日

springboot Async多线程

摘要: 使用 阅读全文

posted @ 2019-06-03 16:34 xiaogui918 阅读(369) 评论(0) 推荐(0) 编辑

springboot swagger配置

摘要: meven配置 springboot扫描 使用 阅读全文

posted @ 2019-06-03 11:53 xiaogui918 阅读(231) 评论(0) 推荐(0) 编辑

linux nginx负载均衡

摘要: nginx安装不介绍了,可以使用宝塔安装,比较速度(https://www.cnblogs.com/baobaoxiaokeai/p/10966024.html) 增加 upstream xiaogui001 节点,upstream 中可以多个节点进行负载均衡 location /tool : 代表 阅读全文

posted @ 2019-06-03 11:36 xiaogui918 阅读(157) 评论(0) 推荐(0) 编辑

springboot druid数据库连接

摘要: druid是阿里云开源高效数据库连接项目 gubpub: https://github.com/alibaba/druid meven配置 sprinboot 扫描 yum 数据库配置 转载一个连接池的配置优化: https://www.cnblogs.com/sxx1228/p/7125015.h 阅读全文

posted @ 2019-06-03 11:08 xiaogui918 阅读(810) 评论(0) 推荐(0) 编辑

springboot kaptcha验证码

摘要: 1. 获取验证码在前端保存 2. 在登录接口把验证码穿给后端做验证 下面代码没有提供redis工具类了,SysUser、ApiResult实体 meven kaptcha 登录代码 阅读全文

posted @ 2019-06-03 10:48 xiaogui918 阅读(244) 评论(0) 推荐(0) 编辑

Linux 面板宝塔

摘要: 个人建议:对于不熟悉linux的开发运维适合使用, 中小型项目搭建环境,建站速度。 官网:https://www.bt.cn/ 安装:https://www.bt.cn/bbs/thread-19376-1-1.html 1.可以快速搭建环境 2.建站,内存CPU网络实时查看,用起来很方便 找回密码 阅读全文

posted @ 2019-06-03 10:09 xiaogui918 阅读(211) 评论(0) 推荐(0) 编辑

导航