# springpaul-dubbox **Repository Path**: zmk_pos/springpaul-dubbox ## Basic Information - **Project Name**: springpaul-dubbox - **Description**: springboot2.2.X+nacos-1.3+seata-1.2.0+Swagger2 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-06-10 - **Last Updated**: 2020-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 一、项目介绍 Spring Boot版本: 2.2.5.RELEASE Dubbo Spring Boot:2.7.7 Dubbo: 2.7.7 二、项目介绍 XXXX 三、相关技术 Spring Boot(快速应用开发Spring框架):https://spring.io/projects/spring-boot/ Swagger2(接口测试框架):http://swagger.io/ Maven(项目构建管理):http://maven.apache.org/ Dubbo Spring Boot: https://github.com/apache/dubbo-spring-boot-project Dubbo(分布式服务框架):[http://dubbo.apache.org] https://github.com/apache/dubbo Dubbo Admin:http://dubbo.apache.org/zh-cn/blog/dubbo-admin.html ZooKeeper(分布式协调服务):http://zookeeper.apache.org Maven(项目构建管理):http://maven.apache.org/ Nacos(注册中心及服务发现):[https://nacos.io] https://nacos.io Seata(分布式事务):https://seata.io 四、脚手架模块说明 服务接口:springpaul-service-api 消费者:springpaul-client 生产者:springpaul-service 五、项目运行 tomcat springboot 六、启动顺序 生产者:springpaul-service 消费者:springpaul-client 七、问题集锦 1、mybatis 生成实体,实现Serialization接口,不能够生成serialVersionUID的解决方法。 解决方案:https://www.cnblogs.com/happyflyingpig/p/7750812.html 2、mybatis 生成实体,未能实现Serialization接口 解决方案:http://www.voidcn.com/article/p-auxkthhm-bpq.html 3、dubbo 服务提供者实体,必须序列化,否则抛异常