mall-swarm icon indicating copy to clipboard operation
mall-swarm copied to clipboard

mall-swarm是一套微服务商城系统,采用了 Spring Cloud 2021 & Alibaba、Spring Boot 2.7、Oauth2、MyBatis、Docker、Elasticsearch、Kubernetes等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swa...

Results 42 mall-swarm issues
Sort by recently updated
recently updated
newest added

这是一个程序员的上网神器: [上网神器](https://github.com/xiaoming2028/FreePAC)

Spring Cloud严格意义上应不叫框架,是一系列框架的集合 Spring Boot是框架

mall 里面 认证过程中比对密码是在业务层,并没有使用框架比对密码正确性。 如果mall-swarm也只在业务层比对密码,应该如何实现,可以给点建议吗?

是否有已经发布的 docker 仓库?

To fix issue: #116 link: https://github.com/macrozheng/mall-swarm/issues/116

docker 挂载的配置问题,翻了一下 mall 这个项目里面已经修正,mall-swarm 里没有同步。

![image](https://user-images.githubusercontent.com/22761557/174938188-ae7f91a3-a4dd-495e-addf-b8b6d0326235.png) ![image](https://user-images.githubusercontent.com/22761557/174938208-8a400b0d-cfc1-47a8-a0e3-6c44a22956d5.png)

请问一下,在linux环境下,使用最新的docker-compose对docker-compose-env.yml进行执行的时候出现Unsupported config option for services service: 'mongo'问题,经排查,不是docker运行异常以及文件的yml内容格式问题,请问是什么原因呢?

![image](https://user-images.githubusercontent.com/26274204/164970702-15594538-ca0a-4203-b7e6-19b92078a4b0.png) 求指教登录时调用了mall-admin/admin/info报错,登录不了这个错怎么结局?

访问一段不存在的url,tomcat会进行重定向到404页面,重定向的url是/error,springSecurity拦截了/error请求,发现该请求需要登录,于是报了token相关的异常。 解决方案:在放行的资源文件中加上/error。如下图所示 ![image](https://user-images.githubusercontent.com/96171817/167581393-fd1b6f43-68e0-4dfe-849e-5b57cebcfc85.png)