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

mall学习教程,架构、业务、技术要点全方位解析。mall项目(60k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot、MyBatis、Elasticsearch、RabbitMQ、Redis、MongoDB、Mysql等技术,采用Docker容...

Results 27 mall-learning issues
Sort by recently updated
recently updated
newest added

`if(!compilationUnit.isJavaInterface()&&!compilationUnit.getType().getFullyQualifiedName().contains(EXAMPLE_SUFFIX)){ compilationUnit.addImportedType(new FullyQualifiedJavaType(API_MODEL_PROPERTY_FULL_CLASS_NAME)); }` isJavaInterface方法报错,运行时:打印的结果如下: java: 找不到符号 符号: 方法 isJavaInterface() 位置: 类型为org.mybatis.generator.api.dom.java.CompilationUnit的变量 compilationUnit

使用阿里云的免费证书,给Nginx配置好SSL之后,浏览器确实可以通过https来安全访问登录页面,但是点击登录会提示Network Error,预估是HTTPS到HTTP的跨域问题,但不知道如何解决

重新同步最新最全的 [macrozheng](https://github.com/macrozheng/mall-learning) 到自己的仓库中

{ "timestamp": "2022-05-01T22:45:18.169+0000", "status": 500, "error": "Internal Server Error", "message": "org.springframework.security.web.servletapi.HttpServlet3RequestFactory$Servlet3SecurityContextHolderAwareRequestWrapper cannot be cast to com.dj.spring.mall.common.api.CommonResult", "path": "/admin/login" }

在权限-->菜单列表-->添加菜单,然后并把菜单分配给超级管理员 使用admin登录后,看不到新增加的菜单

Update https://registry.npm.taobao.org to https://registry.npmmirror.com, For more info please refer to https://zhuanlan.zhihu.com/p/430580607. This is an automated PR by @npmmirror (Which is a bot maintained by 8d6e8cefe5a7e3202364ec2c48db03fcc544218cf70100bf65d2ed2df5cc83da).

sql脚本里面没有ums_resource,这张表,但是启动admin服务时需要这张表

Table configuration with catalog null, schema null, and table ums_resource did not resolve to any tables Table configuration with catalog null, schema null, and table ums_resource_category did not resolve to...