trionesdev / template-backend-spring-bootLinks
服务端工程模板(Java+Spring Boot)
☆14Updated 3 months ago
Alternatives and similar repositories for template-backend-spring-boot
Users that are interested in template-backend-spring-boot are comparing it to the libraries listed below
Sorting:
- 微信SDK☆27Updated last month
- Zero-intrusion Java Restful API documentation tool based on code comments. https://github.com/liuhuagui/smalldoc/wiki☆46Updated 3 years ago
- Spring Security 、Spring Security Oauth2 文章配套代码☆102Updated 5 years ago
- 工作流和Camunda预研成果相关文档☆96Updated 8 years ago
- 用SQL来描述Reactor API. 可用SQL来实现数据处理逻辑,支持实时数据处理,支持聚合,分组,自定义函数等功能,让数据处理更简单.☆218Updated 2 weeks ago
- 软件许可证书生成+验证☆425Updated 2 years ago
- turbo执行引擎前端项目☆54Updated 2 years ago
- 使用Spring Boot+gRPC构建微服务并部署到Istio的示例项目。☆137Updated 5 years ago
- Spring Boot项目使用maven-assembly-plugin根据不同环境打包成tar.gz或者zip☆215Updated last year
- 分布式任务调度与计算框架(PowerJob)前端界面☆199Updated last week
- flowable流程设计器抽离,基于flowable6.4.2☆94Updated 3 years ago
- ☆31Updated 4 years ago
- This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是一个比 MyBatis 更加强大的 Spring Data JPA 扩展库,为解决复杂动态 JPQL (或…☆352Updated last month
- 我们理想的微服务权限解决方案应该是这样的,认证服务负责认证,网关负责校验认证和鉴权,其他API服务负责处理自己的业务逻辑。安全相关的逻辑只存在于认证服务和网关服务中,其他服务只是单纯地提供服务而没有任何安全相关逻辑。