spring-cloud-sofastack-samples
spring-cloud-sofastack-samples copied to clipboard
Spring Cloud ❤️ SOFAStack
Motivation: 为了增强代码审查流程并确保代码的安全性和合规性,我新增了代码安全扫描和开源组件扫描。通过加入这些扫描,我们可以识别潜在的漏洞,并确保代码库符合开源项目治理标准化的要求。 Modification: 新增了cloud_code_scan.yml模板,添加了代码安全扫描和开源组件扫描步骤。这些步骤将作为工作流的一部分进行执行,以执行必要的安全检查和合规性验证。通过添加这些扫描,我们可以积极解决安全问题,并确保遵守开源许可协议。 Result: 通过引入代码安全扫描和开源组件扫描,增强了代码审查流程。它有助于识别安全漏洞,并确保符合开源许可要求。这一改进有助于提高代码库的整体质量和安全性。
## 示例工程结构  ## 说明 绿色的部分是基础组件,分别是 - Zookeeper注册中心 - Apollo作为配置中心 - Zipkin查看分布式链路信息 - MySQL 数据库 - kafka 消息中心 蓝色的是业务系统,分别是: - 网关:鉴权、识别 User-Agent 进行路由等 - 业务处理中心:集成各个底层业务中心提供服务 - 用户中心:提供用户相关的服务,例如用户信息,用户通知 - 账务中心:提供账务相关的服务,例如转账操作,余额查询 -...
Bumps [quartz](https://github.com/quartz-scheduler/quartz) from 2.3.0 to 2.3.2. Release notes Sourced from quartz's releases. Quartz 2.3.2 This a bug fix release containing fixes for: #508 : Error with H2 1.4.200 #505 :...
``` Plugin execution not covered by lifecycle configuration: com.googlecode.maven-java-formatter-plugin:maven-java-formatter-plugin:0.4:format (execution: default, phase: process- sources) ``` fix by : https://github.com/PhoenicisOrg/phoenicis/pull/648
when logging, it complains as follows? anyone could please help resolve it? ``` 2019-12-01 20:57:33.190 [http-nio-8033-exec-4] ERROR io.sofastack.cloud.auth.controller.AuthController - Failed to valid user. feign.RetryableException: Read timed out executing POST http://sys-user/validate...
As ZK admin server uses 8080 port, the sofastack-cloud-api-gateway module is set with 8080 as server port which causes the failure: failed to start the sofastack-cloud-api-gateway module as 8080 is...
I have zk installed with brew, which version is 3.4.14, when starting the application complains: ``` 14:53:19.905 INFO org.apache.zookeeper.ClientCnxn - Unable to read additional data from server sessionid 0x10018fd6286001a, likely...
When running the DDL script, it complains "date DEFAULT CURRENT_TIMESTAMP invalid defalt valut" for the sofastack_cloud_bill table, after making the change against the column type from data to datetime, the...