文章
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 所...
json数据以表达式筛选过滤
需要使用包:json-path
django 多数据源管理实现mysql、pg、doris表结构同步
django多数据源管理,实现数据源之间表结构同步,支持:mysql、postgresql、doris
models.py
解决django运行报错 install mysqlclient
解决方案:
在项目与setting.py同级的init.py文件,新增:
dolphinscheduler 任务名称批量修改
dolphinscheduler 批量导入任务,任务名称修改
springboot + mybatis plus 示例
需求jdk 17,Ideaj插件:maven-search、MybatisX
pom.xml