Skip to content

Commit

Permalink
chore(submodule): do forward
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice52 committed Aug 25, 2023
1 parent 7333686 commit 9a9ffbb
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion http
3 changes: 3 additions & 0 deletions java/build/gradle/gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@
gradle :{module}:dependencies --configuration testRuntime
```
11. 如果出现依赖冲突, gradle **会选取最高版本使用**
12. 排除依赖时需要在最外层排除(在引入的那一层)
## build
### project
Expand Down
1 change: 1 addition & 0 deletions java/se/thread-advance/Thread.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@
- Thread.setUncaughtExceptionHandler 设置当前线程的异常处理器
- Thread.setDefaultUncaughtExceptionHandler 为整个程序设置默认的异常处理器
- Future 的 get/join 可以把异常直接抛出来
- **CF 下的只能使用 exceptionally 中获取异常**
#### 线程池-ThreadPoolExecutor
Expand Down
2 changes: 1 addition & 1 deletion linux
2 changes: 1 addition & 1 deletion optimize
Submodule optimize updated 1 files
+6 −0 renovate.json
2 changes: 1 addition & 1 deletion programming

0 comments on commit 9a9ffbb

Please sign in to comment.