摘要:
Kafka水位(high watermark)与leader epoch的讨论 https://www.cnblogs.com/huxi2b/p/7453543.html kafka的relication机制 https://zhuanlan.zhihu.com/p/67387617 阅读全文
摘要:
想要在前端获取到message和exception,配置一下配置 server.error.include-exception=trueserver.error.include-message=always 接下来就可以获取了 I have to add server.error.include-b 阅读全文
摘要:
http://hc.apache.org/ http://hc.apache.org/httpcomponents-asyncclient-4.1.x/index.html http://hc.apache.org/httpcomponents-core-ga/tutorial/html/index 阅读全文
摘要:
<plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.1.0</version> <executions> <execution> <phase>pro 阅读全文
摘要:
<!-- To generate a graph of the project dependencies, run: mvn -P graph graph:project --> <profile> <id>graph</id> <build> <plugins> <plugin> <groupId 阅读全文
摘要:
You can run these steps via git-bash Checking out master branch git checkout master Tagging master branch to the version you are going to release git 阅读全文
摘要:
When you developed your code and ready to push to origin, you can verify your code first by these two steps: ./gradlew spotlessApply for formatting yo 阅读全文
摘要:
https://www.jb51.cc/spring/531624.html 阅读全文
摘要:
./gradlew dependencies Using gradle to find dependency tree https://stackoverflow.com/questions/21645071/using-gradle-to-find-dependency-tree 使用gradle 阅读全文
摘要:
高性能MySQL之Count统计查询 https://blog.csdn.net/qq_15037231/article/details/81179383 MySQL 大表的count()优化 https://blog.csdn.net/u012674931/article/details/5271 阅读全文