spring-boot-demo icon indicating copy to clipboard operation
spring-boot-demo copied to clipboard

🚀一个用来深入学习并实战 Spring Boot 的项目。

Results 144 spring-boot-demo issues
Sort by recently updated
recently updated
newest added

Camunda 是一个很好的流程引擎,但是的资料太少了,基本上都是英文文档

Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies
java

* PR 修复缺陷请先开 `issue` **[报告缺陷](https://github.com/xkcoding/spring-boot-demo/issues/new?template=bug_report.md)** * PR 提交新特性请先开 `issue` **[报告新特性](https://github.com/xkcoding/spring-boot-demo/issues/new?template=feature_request.md)** * PR 请提交到 `dev` 开发分支上 * 我们对编码风格有着较为严格的要求,请在阅读代码后模仿类似风格提交 * 欢迎通过 PR 给我们补充案例

Bumps commons-text from 1.6 to 1.10.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-text&package-manager=maven&previous-version=1.6&new-version=1.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [xxl-job-core](https://github.com/xuxueli/xxl-job) from 2.1.0 to 2.3.1. Release notes Sourced from xxl-job-core's releases. XXL-JOB v2.3.1,分布式任务调度平台 1、【修复】修复风险漏洞,升级问题低版本项目依赖:CVE-2021-2471、CVE-2022-22965等。 2、【修复】修复故障告警逻辑,邮箱校验逻辑下放至EmailJobAlarm中,避免对其他告警方式的干扰。 3、【优化】调度通讯默认启用accessToken,提升系统安全性(建议生产环境自定义accessToken)。 4、【优化】合并多项PR,项目代码结构、健壮性优化:PR-2833、PR-2812、PR-2541、PR-2537、PR-2514、PR-2509、PR-2591。 5、【优化】任务线程名优化,提升可读性与问题定位效率(ISSUE-2527)。 XXL-JOB v2.3.0,分布式任务调度平台 Release Notes 1、【新增】调度过期策略:调度中心错过调度时间的补偿处理策略,包括:忽略、立即补偿触发一次等; 2、【新增】触发策略:除了常规Cron、API、父子任务触发方式外,新增提供 "固定间隔触发、(固定延时触发,实验中)" 新触发方式; 3、【新增】新增任务辅助工具 "XxlJobHelper":提供统一任务辅助能力,包括:任务上下文信息维护获取(任务参数、任务ID、分片参数)、日志输出、任务结果设置……等; 3.1、"ShardingUtil"...

dependencies
java

spring boot2x集成minio 的增删改查操作

测试模块:demo-orm-jpa 数据库的表有父子关系: CREATE TABLE `orm_department` ( `id` int NOT NULL AUTO_INCREMENT COMMENT '主键', `name` varchar(32) NOT NULL COMMENT '部门名称', `superior` int DEFAULT NULL COMMENT '上级id', `levels` int NOT NULL COMMENT...

bug

It is recommended to add calling AI detection algorithms such as the yolov5 algorithms demo.

1、事务管理器 2、spring retry 3、elasticjob流式任务处理 感谢大佬

fixed:#233 修复orm-jdbctemplate中, deleteById()和findOneById() sql参数日志打印问题