摘要: 安装vault遇到了诸多不顺,折腾了不少时间,按照教程(https://phoenixnap.com/kb/how-to-install-vault-ubuntu)操作的时候,不小心在terminal运行了以下两条语句, echo 'export GOPATH="$HOME/go"' >> ~/.b 阅读全文
posted @ 2026-01-13 20:21 kkbln 阅读(6) 评论(0) 推荐(0)
摘要: ![dependency-v2](https://img2024.cnblogs.com/blog/3710395/202601/3710395-20260112221413829-1360080633.png) 阅读全文
posted @ 2026-01-12 22:15 kkbln 阅读(1) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/3710395/202601/3710395-20260111000910345-64075039.png) 阅读全文
posted @ 2026-01-11 00:11 kkbln 阅读(3) 评论(0) 推荐(0)
摘要: Role Naming Convention Spring Security Role Convention: Roles are typically UPPERCASE,Spring automatically adds "ROLE_" prefix internally,roles("USER" 阅读全文
posted @ 2026-01-08 12:36 kkbln 阅读(3) 评论(0) 推荐(0)
摘要: Factory Class (Design Pattern) Definition: A class that creates and returns instances of other classes without exposing the instantiation logic to the 阅读全文
posted @ 2026-01-08 11:58 kkbln 阅读(6) 评论(0) 推荐(0)
摘要: LoggerFactory vs LogFactory Different Logging Frameworks: They belong to different logging libraries with distinct approaches. LogFactory (Apache Comm 阅读全文
posted @ 2026-01-08 11:54 kkbln 阅读(4) 评论(0) 推荐(0)
摘要: Extends vs Implements Different inheritance mechanisms in Java with distinct purposes and rules. Extends (Class Inheritance) Purpose: Inherits from a 阅读全文
posted @ 2026-01-08 11:49 kkbln 阅读(10) 评论(0) 推荐(0)
摘要: How Configure Methods Are Loaded and Work Loading Process Application Startup * Spring Boot starts and scans for @Configuration classes * Finds Securi 阅读全文
posted @ 2026-01-08 11:44 kkbln 阅读(7) 评论(0) 推荐(0)
摘要: Incomplete Form Login Configuration: The original security configuration only specified the login page but didn't define what happens after successful 阅读全文
posted @ 2026-01-08 00:46 kkbln 阅读(3) 评论(0) 推荐(0)
摘要: NullPointerException (NPE) Definition: A runtime exception that occurs when your code attempts to use a reference that points to no location in memory 阅读全文
posted @ 2026-01-07 21:27 kkbln 阅读(6) 评论(0) 推荐(0)