SpringCloud icon indicating copy to clipboard operation
SpringCloud copied to clipboard

基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速...

Results 61 SpringCloud issues
Sort by recently updated
recently updated
newest added

自定义登录界面,自定义授权确认界面。添加手机基本登录方式,授权码认证模式,登录可切换为手机认证方式

内部服务间调用只验证是否有效,是否有权限调用 ,不验证权限范围 1.服务调用方携带token进行调用 2.服务提供方进行简单权限验证

enhancement

1.配置文件中的敏感信息如密码等加密放置

wontfix

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] mac M1 启动MySQL会报错 **Describe...

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://infosecwriteups.com/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb) --- This is a security fix for a high severity vulnerability in your [Apache Maven](https://maven.apache.org/) `pom.xml` file(s). The build files indicate that this project is resolving dependencies over HTTP...

Could not resolve dependencies for project com.springboot.cloud:authentication-client:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: com.springboot.cloud:facade:jar:0.0.1-SNAPSHOT, com.springboot.cloud:core:jar:0.0.1-SNAPSHOT: Could not find artifact com.springboot.cloud:facade:jar:0.0.1-SNAPSHOT -> [Help 1]

### What happened? There are 1 security vulnerabilities found in org.springframework:spring-webmvc 5.3.18 - [CVE-2023-20860](https://www.oscs1024.com/hd/CVE-2023-20860) ### What did I do? Upgrade org.springframework:spring-webmvc from 5.3.18 to 6.0.7 for vulnerability fix ### What...

Bumps commons-fileupload from 1.4 to 1.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-fileupload:commons-fileupload&package-manager=maven&previous-version=1.4&new-version=1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

1. 添加了多数据源的切换,独立模块,可以自由增减,不需要的话还用原来的方式即可。 2. 添加网关请求参数的日志收集,兼容post和get两种参数

**BUG描述** 具体步骤2 安装公共库到本地仓库: mvn -pl ./common,./auth/authentication-client install 执行后报错。 分析后发现少了一个facade的jar包 修改为 mvn -pl ./common,./facade,./auth/authentication-client install 执行又报错。 分析发现的父文件中maven插件打包时执行repackage,暂时注释后,再执行成功构建。 -- 构建环境为 mvn9 **截图** **环境** 操作系统、组件版本、数据库等