SpringCloud
SpringCloud copied to clipboard
基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速...
自定义登录界面,自定义授权确认界面。添加手机基本登录方式,授权码认证模式,登录可切换为手机认证方式
**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...
[](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. [](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...
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 **截图** **环境** 操作系统、组件版本、数据库等