spring-boot-demo
spring-boot-demo copied to clipboard
🚀一个用来深入学习并实战 Spring Boot 的项目。
新增 [IJPay](https://github.com/javen205/IJPay) 聚合 SDK 示例---微信支付 v2 v3 版本相关接口
https://github.com/xkcoding/spring-boot-demo/blob/71bd673772fba3e18105041284a7fe42933c1377/demo-activiti/src/main/java/com/xkcoding/activiti/config/SecurityConfiguration.java#L33
能做个spring cloud gateway 的例子吗?还包括权限控制、限流、负载均衡、熔断降级这些
Fix the exception: java.lang.NumberFormatException: For input string: "" Here is a reference: https://doc.xiaominfo.com/guide/format-exception.html
### 你在什么场景下需要该功能? 有关gateway方面的资料,网上大多都是零碎的,没有整个项目的实操 ,希望能够出一个gateway方面的模块 ### 描述可能的解决方案 none ### 描述你认为的候选方案 none ### 其他信息 大佬辛苦了,加油!!!
**请先看[《提问的智慧》](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)** 搜寻是否已经有人遇到过同样的问题。 ---- ### 描述问题 spring-boot-demo-elasticsearch-rest-high-level-client 项目中 使用 阿里服务es 用户登录 校验失败 ### 其他信息 ElasticsearchAutoConfiguration#getRestHighLevelClient 使用账号密码时缺少部分代码, 认为应修改如下, 参考阿里文档 https://help.aliyun.com/document_detail/172371.html?spm=a2c4g.11186623.6.870.4d0dce3aUMI6kj ```java // Callback used the basic credential auth ElasticsearchProperties.Account account...
集成第三方支付
有集成第三方支付模块吗?
* 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 给我们补充案例 A PR for [https://github.com/xkcoding/spring-boot-demo/issues/5](https://github.com/xkcoding/spring-boot-demo/issues/5)
已提交到dev分支