【转】微服务实战(四):微服务化之无状态化与容器化 2018年3月30日 | Leave a comment 一、为什么要做无状态化和容器化 很多应用拆分成微服务,是为了承载高并发,往往一个进… Read More
【转】微服务实战(一):微服务架构的优势与不足 2018年3月30日 | Leave a comment http://www.dockone.io/article/394 DockOne将会于2018… Read More
spring boot 2 + ehcache 2018年3月27日 | Leave a comment 解决: pom.xml <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> </dependency> 1234 <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> </dependency> ehcache.xm… Read More
转 Monit:开源服务器监控工具 2018年3月27日 | Leave a comment Monit是一个跨平台的用来监控Unix/linux系统(比如Linux、BSD、OSX、Solaris)的工… Read More
spring boot 跨域问题 2018年3月26日 | Leave a comment 解决: @CrossOrigin [crayon-67464c921e818318172126/… Read More
Spring boot + Spring Integration 轮询邮件demo 2018年3月22日 | Leave a comment 问题: 解决: http://idorobot.com:10080/demo/spboot-in… Read More
apache 反向代理配置 2018年3月21日 | Leave a comment 解决: centos /etc/httpd/conf.d/test.conf [crayon-67464c92… Read More
supervisord 自动启动 java 程序 2018年3月21日 | Leave a comment 问题: java 程序开机自启动常有几种方式: /etc/rc.local /etc/rc.d/**.ser… Read More