DDD分层架构与微服务代码模型例子
☆14Jun 17, 2022Updated 3 years ago
Alternatives and similar repositories for springcloud-microservice-ddd
Users that are interested in springcloud-microservice-ddd are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于Zookeeper+Netty+Protostuff实现的RPC框架☆44Dec 16, 2022Updated 3 years ago
- 微服务化的最佳实践: SpringCloud、Oauth2、DDD、Reactive、Fiber、Netty、Websokcet、SSE等☆43Jan 12, 2023Updated 3 years ago
- 基于spring mvc+redis+logback+elk的日志demo☆12Feb 23, 2017Updated 9 years ago
- SpringBoot利用AOP防止重复提交☆12Jun 19, 2019Updated 6 years ago
- 在公司接了一个任务,完成一个项目数据同步的模块。要求是不能操作项目的数据库。怕操作不当,数据丢失。所以想到的方案是使用log4jdbc记录数据源的SQL语句到日志文件。然后按行读取日志文件中的数据,记录读取的Point,以便下次继续读取。读取的数据进入bigqueue队列,…☆12Aug 10, 2017Updated 8 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 基于ElasticSearch的分布式舆情检索统计服务。☆11Dec 13, 2023Updated 2 years ago
- study_summary☆10Aug 8, 2022Updated 3 years ago
- 微服务+DDD数据权限。数据权限包含行级权限和列级权限☆15May 16, 2022Updated 3 years ago
- spring-cloud学习的demo记录☆24Oct 18, 2019Updated 6 years ago
- 高可扩展网站的设计及运维规则☆15May 19, 2016Updated 9 years ago
- my dockerfiles☆13Mar 29, 2026Updated 2 weeks ago
- ☆18Aug 31, 2023Updated 2 years ago
- Share a question or topic every day☆14Apr 2, 2019Updated 7 years ago
- 基于eventloop的java非阻塞网络库,实现了事件驱动,无锁的基于最小堆的定时器,便于扩展的pipeline机制以及内存池☆18Jun 2, 2022Updated 3 years ago
- Serverless GPU API endpoints on Runpod - Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- ☆25Mar 10, 2021Updated 5 years ago
- 自定义组合控件,底部多按钮切换☆10Feb 10, 2015Updated 11 years ago
- 京东物流、顺丰物流api java封装☆24Mar 8, 2021Updated 5 years ago
- 内涵若依,若依管理系统后台接口,技术栈Spring,Spring Boot, MyBatis,MyBatis-Plus, Shiro, JWT,Redis Quartz☆12Sep 1, 2022Updated 3 years ago
- javaagent+asm实现字节码插桩,在类加载之前对字节码进行修改,插入埋点。实现业务代码调用链插桩,在方法执行之前拦截获取类名、方法名,方法调用的参数,在方法执行异常时,获取到异常信息;为统计方法执行时间插入埋点,在方法执行之前和返回之前获取系统时间。☆22Mar 29, 2020Updated 6 years ago
- 长春装修攻略(持续更新中)☆11Dec 26, 2019Updated 6 years ago
- java版的HTML转换为Markdown文件☆10Apr 8, 2014Updated 12 years ago
- 一键将个人石墨文档里的所有文档全部导出到本地☆13Nov 26, 2022Updated 3 years ago
- Java产品中心,快速开发框架模板,即插即用,包括RBAC权限模块,短信验证模块,邮件模块、文件处理模块、定时任务模块、HR模块、ERP模块等等,可快速创建Java SSH、SSM、SpringBoot项目、SpringCloud项目,可选前端EasyUI或Bootstra…☆28Apr 2, 2026Updated 2 weeks ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 基于 DDD 架构的电商微服务项目实践☆21Apr 23, 2024Updated last year
- ☆12May 20, 2025Updated 10 months ago
- spring security learn demo☆22Jan 19, 2021Updated 5 years ago
- xmodule☆19Apr 14, 2023Updated 3 years ago
- feign-async提供了异步支持,带你一步一步了解feign深层构造☆32Oct 3, 2024Updated last year
- 基于spring-boot2.1.3实现的认证中心,资源服务器,单点登录☆18May 20, 2019Updated 6 years ago
- a simple Distributed Lock☆14May 19, 2019Updated 6 years ago
- 前端枚举管理☆22Jan 7, 2022Updated 4 years ago
- 孜孜不断的技术分享。包含Java技术相关,实用工具分享,开源项目环境搭建等内容。每周持续更新哦!☆13Jan 9, 2021Updated 5 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 在线文本比较工具☆13Sep 9, 2020Updated 5 years ago
- 《netty+redis+zookeeper实战》附带代码☆13Oct 31, 2020Updated 5 years ago
- 学习spring-cloud-alibaba一些组件,包括GateWay、 Feign、 Nacos、 Zipkin、 Sentinel☆11May 21, 2021Updated 4 years ago
- 测试项目☆12Jul 13, 2023Updated 2 years ago
- 接入连连服务时可能会使用到的资源☆16Apr 25, 2022Updated 3 years ago
- 基于SpringBoot开发的微服务代码生成器,只需要配置数据库信息即可快速生成控制器, 业务层,Dao层, 实体类,Feign接口以及Swagger接口文档。并且在控制器,业务层以及Dao层 中已经自动生成了对数据表进行增删改查,分页,多条件查询等众多方法。极大的提高开发…☆28Aug 26, 2024Updated last year
- 用于替换mybatis_plugin破解版本☆35Apr 18, 2018Updated 7 years ago