
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/shm linux 内存详情: # free -h total used free shared buffers cached Me原创 2020-12-31 15:35:02 · 1105 阅读 · 1 评论 -
Spring Boot(Cloud ) 测试类Test示例 MockMvc
Spring Boot(Cloud ) 测试类Test示例 MockMvc get请求工具类: 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 · 941 阅读 · 0 评论 -
springcloud整合(单机)redis哨兵 配置
单机redis ,配置两个哨兵 redis:10.100.11.85:6379 两个哨兵:10.100.11.85:26379,10.100.11.85:26380 pom.xml <!-- redis --> <dependency> <groupId>org.springframework.boot</group...原创 2019-08-13 10:20:20 · 1955 阅读 · 0 评论