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

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

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

试用zk集群,k8s容器部署,不允许修改本机的host文件。

springboot中使用Seata分布式事务组件

大佬有空可以搞下集成JOOQ

资源调度框架集成一个?

feature

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.21 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies
java

时序数据库集成几个呗

Bumps shiro-spring-boot-starter from 1.4.0 to 1.7.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.shiro:shiro-spring-boot-starter&package-manager=maven&previous-version=1.4.0&new-version=1.7.1)](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.0. Release notes Sourced from xxl-job-core's releases. XXL-JOB v2.3.0,分布式任务调度平台 Release Notes 1、【新增】调度过期策略:调度中心错过调度时间的补偿处理策略,包括:忽略、立即补偿触发一次等; 2、【新增】触发策略:除了常规Cron、API、父子任务触发方式外,新增提供 "固定间隔触发、(固定延时触发,实验中)" 新触发方式; 3、【新增】新增任务辅助工具 "XxlJobHelper":提供统一任务辅助能力,包括:任务上下文信息维护获取(任务参数、任务ID、分片参数)、日志输出、任务结果设置……等; 3.1、"ShardingUtil" 组件废弃:改用 "XxlJobHelper.getShardIndex()/getShardTotal();" 获取分片参数; 3.2、"XxlJobLogger" 组件废弃:改用 "XxlJobHelper.log" 进行日志输出;...

dependencies
java

**请先看[《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md?utm_source=hacpai.com)**,并尝试到 **[issue 列表](https://github.com/xkcoding/spring-boot-demo/issues)** 搜寻是否已经有人遇到过同样的问题。 ---- ### 描述问题 websocket 示例的server.html 中,关于 element UI 的两个引用已经失效 https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.4.11/index.js https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.4.11/theme-chalk/index.css 可替换为:https://unpkg.com/element-ui/lib/index.js https://unpkg.com/[email protected]/lib/theme-chalk/index.css ```bash 日志内容 ``` ### 期待的结果 请尽量清晰精准地描述你所期待的结果。 ### 截屏或录像 如果可能,请尽量附加截图或录像来描述你遇到的问题。 ### 其他信息 请提供其他附加信息帮助我们诊断问题。

bug

* 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 给我们补充案例