# practice **Repository Path**: dingjunjun_codeSpace/practice ## Basic Information - **Project Name**: practice - **Description**: Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 14 - **Created**: 2022-10-11 - **Last Updated**: 2022-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java技术练习 ## 微信公众号:TechDevPro 不断更新,可以关注并留言自己希望学习的技术 ## 慕课手记地址 http://www.imooc.com/u/5980627/articles ### 实战课程【Java并发编程与高并发解决方案】推荐 http://coding.imooc.com/class/195.html https://www.imooc.com/article/25277 ### 实战课程【Java开发企业级权限管理系统】推荐 http://coding.imooc.com/class/149.html https://www.imooc.com/article/21443 ## elastic job dashboard 项目内 cd elastic-job-lite-console-1.5/bin sh start.sh ## hystrix dashboard /hystrix 配置:http://hystrix-app:port/hystrix.stream ## zookeeper 本地 cd /usr/local/kafka bin/zookeeper-server-start.sh config/zookeeper.properties ## kafka 本地 cd /usr/local/kafka bin/kafka-server-start.sh config/server.properties ## rabbitmq 本地 sudo rabbitmq-server rabbitmqctl list_queues http://127.0.0.1:15672/ ## redis 本地 /usr/local/bin/redis-server /usr/local/bin/redis-cli ## docker mvn clean package docker:build