xbin-store-cloud icon indicating copy to clipboard operation
xbin-store-cloud copied to clipboard

模仿国内知名B2C网站,实现的一个分布式B2C商城 使用Spring Cloud 使用dubbox版本请查看

Results 8 xbin-store-cloud issues
Sort by recently updated
recently updated
newest added

项目地址: https://github.com/phantasies/xbin-newstore-cloud 本项目基于xbin-store-cloud重构: gradle转pom 归档所有api模块到service-api模块下 合并所有web模块为一个web-portal模块 合并原web模块的js与css 拆分static资源到工程外部目录 将配置移至bootstramp.yml和application.yml,去掉apollo/config server相关配置 废弃turbine与sleuth,独立部署zipkin server 重构dao层,改为手写mapper,废弃generator方式 增加启动脚本 修正错误依赖

这个群解散了吗?群主

我看到你这边是将web层分离出来了,然后没有在eureka进行注册,这样的web层可以使用feignclient调用服务吗

compile("org.csource:fastdfs:${fastdfsVersion}") compile("cn.binux:spring-boot-starter-druid:${springBootDruidVersion}")