
springCloud
秋夫人
将军赶路不追野兔
展开
-
记录spring cloud项目线上JVM配置
linux硬盘详情:# df -h Filesystem Size Used Avail Use% Mounted on/dev/vda1 99G 35G 60G 37% /tmpfs 7.8G 0 7.8G 0% /dev/shmlinux 内存详情:# free -h total used free shared buffers cachedMe原创 2020-12-31 15:35:02 · 1088 阅读 · 1 评论 -
Spring Boot(Cloud ) 测试类Test示例 MockMvc
Spring Boot(Cloud ) 测试类Test示例 MockMvcget请求工具类:import com.credithc.common.util.FastJsonUtil;import org.junit.Assert;import org.springframework.test.web.servlet.MockMvc;import org.springframework.test.web.servlet.MvcResult;import org.springframework.t原创 2020-09-03 11:17:49 · 920 阅读 · 0 评论 -
springcloud整合(单机)redis哨兵 配置
单机redis ,配置两个哨兵redis:10.100.11.85:6379两个哨兵:10.100.11.85:26379,10.100.11.85:26380pom.xml<!-- redis --> <dependency> <groupId>org.springframework.boot</group...原创 2019-08-13 10:20:20 · 1943 阅读 · 0 评论