JSON-B pom.xml dependency 2021年8月4日 | Leave a comment 问题: 解决: <!-- JSON-B API --> <dependency> <groupId>jakarta.json.bind</groupId> <artifactId>jakarta.json.bind-api</artifactId> <version>1.0.1</version> </dependency> <!-- Yasson (JSON-B implementation) --> <dependency> <groupId>org.eclipse</groupId> <artifactId>yasson</artifactId> <version>1.0.3</version> </dependency> 123456789101112 <!-- JSON-B API --> <dependency> <groupId>jakarta.json.bind</groupId> <artifactId>jakarta.json.bind-api</artifactId> <version>1.0.1</version> </dependency> <!-- Yasson (JSON-B implementation) --> <dependency> <groupId>org.eclipse</groupId> <artifactId>yasson</artifactId> <version>1.0.3</version> </dependency> … Read More
docker update -m 1G mysql8 2021年8月2日 | Leave a comment 问题: [root@baccarat ~]# docker update -m 1G mysql8 Error response from daemon: Cannot update container ed135d27bc84bcb2c95ad394eb504807d4da500148e52c85c4a882a4d43b1f5c: Memory limit should be smaller than already set memoryswap limit, update the memoryswap at the same time 12 [root@baccarat ~]# docker update -m 1G mysql8Error response from daemon: Cannot update container ed135d27bc84bcb2c95ad394eb504807d4da500148e52c85c4a882a4d43b1f5c: Memory limit should be smaller than already set memoryswap limit, update the memoryswap at the same time 解决: … Read More
google adsense 添加美国税务信息 2021年7月31日 | Leave a comment 问题: google adsense 添加美国税务信息 解决: 选国外, TIN … Read More
maven 项目中如何启用 JDK preview 2021年7月28日 | Leave a comment 问题: maven 项目中如何启用 JDK preview 功能 解决: 在 pom.xml 配… Read More
Weblate 试用体验 2021年7月12日 | Leave a comment 此工具用于提供一个 web 的翻译 gun gettext po 之类的平台 优势? 基于 WE… Read More
转:如何使用 Arthas 定位 Spring Boot 接口超时 ? 2021年6月21日 | Leave a comment https://mp.weixin.qq.com/s/dQwm3kF7nIWthpudhpTpZg  … Read More
转: MyBatis-Plus,搭配 Spring Boot 使用,一篇就够了 2021年6月17日 | Leave a comment https://mp.weixin.qq.com/s/CjIetzu3DHc6vT75EgAdzg  … Read More