会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lshan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
57
58
59
60
61
62
63
64
65
···
83
下一页
2019年2月20日
阿里巴巴开源项目: canal
摘要: 1.1.4 目前最新版版本支持UI :https://github.com/alibaba/canal/wiki/Canal-Admin-Guide 参考:https://www.cnblogs.com/duanxz/p/5062833.html docker 部署canal : https://b
阅读全文
posted @ 2019-02-20 11:24 lshan
阅读(214)
评论(0)
推荐(0)
编辑
2019年2月19日
运行官方mysql 镜像
摘要: //目前最新的为mysql8 sudo docker run -itd --restart unless-stopped --net=host --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root -v /my/own/datadir:/var/
阅读全文
posted @ 2019-02-19 10:22 lshan
阅读(282)
评论(0)
推荐(0)
编辑
2019年2月18日
类 Jenkins docker 自动发布脚本 (springboot vue 项目 自动发布)
该文被密码保护。
阅读全文
posted @ 2019-02-18 14:49 lshan
阅读(81)
评论(0)
推荐(0)
编辑
2019年2月14日
RestTemplate的异步使用
摘要: 参考:https://blog.csdn.net/yezhuanxu/article/details/53643248 支持异步调用AsyncRestTemplate post请求如何自定义header @RequestMapping("/headerApi")//模拟远程的restful API
阅读全文
posted @ 2019-02-14 16:19 lshan
阅读(3162)
评论(0)
推荐(0)
编辑
读取配置文件properties的几种方式
摘要: // Properties properties = PropertiesLoaderUtils.loadAllProperties("properties/LazadaStatusMapping.properties"); Properties properties = PropertiesLoa
阅读全文
posted @ 2019-02-14 14:33 lshan
阅读(1979)
评论(0)
推荐(0)
编辑
2019年1月25日
web 在线聊天的基本实现
摘要: 参考:https://www.cnblogs.com/guoke-jsp/p/6047496.html
阅读全文
posted @ 2019-01-25 15:25 lshan
阅读(437)
评论(0)
推荐(0)
编辑
springboot 前后端分离项目跨域配置
摘要: #方式1:@Configuration @EnableWebMvc public class CorsConfig implements WebMvcConfigurer { @Override public void addCorsMappings(CorsRegistry registry) {
阅读全文
posted @ 2019-01-25 14:48 lshan
阅读(181)
评论(0)
推荐(0)
编辑
消息推送(1)
摘要: 参考一: http 流的方式 https://blog.csdn.net/u011350550/article/details/83340657 参考二: spring boot +websocket 服务器主动推送消息 https://blog.csdn.net/qq_35638499/artic
阅读全文
posted @ 2019-01-25 14:29 lshan
阅读(1112)
评论(0)
推荐(0)
编辑
2019年1月24日
JSR303 分組数据验证的使用 jsr303
摘要: 场景1: 验证VO字段 场景2:一个Bean ,需要在不同情况下分别做分组验证 场景3:springboot , 统一验证异常处理(需要在不同情况下分别做分组验证) 场景1: 验证VO字段 Bean: @Data @Document(collection = "booking") public cl
阅读全文
posted @ 2019-01-24 12:17 lshan
阅读(127)
评论(0)
推荐(0)
编辑
2019年1月17日
PropertiesUtils
摘要: Properties properties = PropertiesLoaderUtils.loadProperties(new ClassPathResource("properties/statusMapping.properties")); //path springboot --> reso
阅读全文
posted @ 2019-01-17 17:32 lshan
阅读(223)
评论(0)
推荐(0)
编辑
上一页
1
···
57
58
59
60
61
62
63
64
65
···
83
下一页