Monthly Archives: 11 月 2025
SQLite json操作
json_type
在 SQLite 中,要判断一个 JSON 值(value)的类型是 字符串(string)、数字(integer 或 real)、布尔值、null 还是 对象/数组,应使用内置函数:
✅ 推荐方法:json_type(json, pat...
spring-boot用户注册登录案例
技术栈:spring-boot + data-jpa + jwt + security
pom.xml
spring-boot实现多数据源管理
技术栈:spring-boot + mybatis-plus + dynamic-datasource
实现动态添加数据源,并可执行query操作
pom.xml
binglog json 元数据校验
技术栈:spring-boot + mybatis plus + kafka + json-path + doris
整体思路: db binlog -> kafka binlog topic -> 主程序 -> kafka result top...
Spring Boot 启动时的核心行为
当你运行 SpringApplication.run(BinlogMonitorApplication.class, args) 时,Spring Boot 会:
扫描组件(Component Scan)默认扫描 @SpringBootApplication 所...