摘要: 在mac 中可以使用jenv 管理 jdk 的多个版本。 但是,jenv 不能管理mvn的java 版本。 方法是:创建一个mvn的脚本 add the following to your ~/.mavenrc: 1. vi ~/.mavenrc 2. add the following sente 阅读全文
posted @ 2021-02-17 22:58 弓呆的胖次 阅读(791) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_42815754/article/details/82912130 阅读全文
posted @ 2021-02-17 15:00 弓呆的胖次 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 假如多jvm情况下,线程锁就不管用了(线程锁依赖于同一个jvm下共享内存),需要用分布式锁 https://blog.csdn.net/yb223731/article/details/90349502 阅读全文
posted @ 2021-02-17 14:58 弓呆的胖次 阅读(39) 评论(0) 推荐(0) 编辑