排序
Spring Cloud项目连接Nacos集群失败,如何排查?
Spring Cloud应用无法注册到Nacos集群?本文提供排查指南。 问题:在Nacos 2.2.3集群环境(三个节点:127.0.0.1:8838, 127.0.0.1:8848, 127.0.0.1:8858,通过Nginx反向代理到8083端口)中,“us...
在Spring Cloud Alibaba中如何将业务模块的Entity、Mapper和Service集中到Common模块中?
Spring Cloud Alibaba 项目中的公共模块最佳实践:集中 Entity、Mapper 和 Service 本文探讨如何在 Spring Cloud Alibaba (版本 2021.0.1) 和 Spring Boot (版本 2.6.4) 项目中,有效地将多个业...
ribbon和nginx的区别
服务器端负载均衡 nginx nginx 是客户端所有请求统一交给 nginx,由 nginx 进行实现负载均衡请求转发,属于服务器端负载均衡。 既请求由 nginx 服务器端进行转发。 客户端负载均衡 Ribbon Ribbo...
如何使用Spring Cloud Alibaba创建独立模块的微服务工程结构并管理代码权限?
基于Spring Cloud Alibaba的独立微服务模块工程结构与权限控制 在构建基于Spring Cloud Alibaba的微服务项目时,尤其当项目包含多个模块(例如:订单、库存、用户、物流等)时,合理的工程结构...
Apache软件基金会宣布ShenYu正式毕业了!
.markdown-body{word-break:break-word;line-height:1.75;font-weight:400;font-size:16px;overflow-x:hidden;color:#333}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-bo...
在 Spring Cloud Alibaba 中如何将多个业务模块的 Entity、Mapper 和 Service 集中到 Common 模块?
Spring Cloud Alibaba 中优化多模块代码结构:将公共组件集中到 Common 模块 在基于 Spring Cloud Alibaba (2021.0.1) 和 Spring Boot (2.6.4) 的微服务项目中,模块化设计至关重要。本文探讨如...
Spring Boot Actuator从未授权访问到getshell的示例分析
前言 部门大佬在某src上挖到了这个漏洞,是一个比较老的洞了,我觉得有点意思,就动手在本地搭了个环境测试一下。 Actuator 是 springboot 提供的用来对应用系统进行自省和监控的功能模块,借助...
在使用Spring Cloud Alibaba搭建微服务架构时,是否必须将各个模块放在一个父子工程结构中进行管理?
Spring Cloud Alibaba微服务:独立模块开发的优势 在构建基于Spring Cloud Alibaba的微服务架构时,如何组织项目模块是一个关键问题。本文探讨了将各个微服务模块组织成独立项目而非父子工程的...
gitee有哪些著名项目
gitee是国内最大的开源社区之一,聚集了众多优秀的开源项目。以下是gitee上的一些著名项目。 spring-boot - Spring Boot是一个快速开发框架,可以无需配置即可构建Spring应用程序。 vue-element...
在Spring Cloud Alibaba中如何将业务模块的Entity、Mapper、Service集中到Common模块?
Spring Cloud Alibaba中集中管理公共模块Entity、Mapper、Service的最佳实践 在使用Spring Cloud Alibaba构建微服务架构时,合理组织代码结构至关重要。本文探讨如何将多个业务模块的Entity、Ma...
Jeesite微服务如何快速部署?
Jeesite微服务部署简易指南 本指南将引导您快速部署Jeesite微服务项目。 前期准备: 确保已安装Java JDK和Maven。 下载Jeesite微服务项目源码。 部署步骤: 项目构建:在项目根目录下执行mvn pa...