fw-spring-cloud icon indicating copy to clipboard operation
fw-spring-cloud copied to clipboard

SpringCloud构建实战、从入门到高级,包含eureka、zuul、gateway、feign、ribbon、hystrix、mq、turbine、nacos、elk、consul、zookeeper、rocketmq、kafka、分布式事务(RocketMq、LCN、Seata)、分库分表(Sharding-J...

Results 13 fw-spring-cloud issues
Sort by recently updated
recently updated
newest added

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.48 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps [drools-core](https://github.com/kiegroup/drools) from 7.7.0.Final to 7.60.0.Final. Commits 0651540 Upgraded version to 7.60.0.Final c6b1cbf DROOLS-6630 DMN Signavio Profile multi-instance with complex inputs (#3876) (... 524bcc2 [DROOLS-6642] fix performance regression in executable...

dependencies

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.78 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.78 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.78 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies

Bumps [groovy](https://github.com/apache/groovy) from 2.5.5 to 2.5.14. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.groovy:groovy&package-manager=maven&previous-version=2.5.5&new-version=2.5.14)](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...

dependencies

**问:** 业务服务提供者和业务服务使用者的松散耦合关系及对开放标准的采用确保了该特性的实现。建立在以SOA基础_上的信息系统,当需求发生变化的时候,不需要修改提供业务服务的,只需要调整业务服务流程或者修改操作即可,整个应用系统维护也简单了。 如何理解? **答:** 可以这么理解,提供者和消费者解耦了,消费者的需求变化只需要修改消费者,提供者不会因此消费者的需求变更而变化。这一点在为服务中也是一样的 比如说商品服务购买商品后,需要调扣库存服务扣库存,需求说商品下单后给用户发一条邮件或短信通知,再调扣库存服务扣库存, 那只需要在商品服务修改逻辑即可,不影响库存服务的。 影响面不像单体这么大。 比如我修改商品服务的时候这段时间,商品服务不可用,但是我的登录和库存还是可以继续提供服务的。保证了网站不会完全不可用

enhancement

1. 过滤器可以获取请求的地址信息 2. 拦截器可以获取执行的方法和类 3. 切面可以获取方法里的参数和变量 作用范围: AOP>INTERCEPTOR>FILTER 具体在项目中如何使用?根据作用范围你应该知道了吧

enhancement

这是一个容易混淆的知识点,面试也会常问到 - **BeanFactory**: 表示它是一个工厂类,用于管理Bean的一个工厂,在Spring中,所有的Bean都是由BeanFactory(也就是IOC容器)来进行管理的 - **FactoryBean**: 这个Bean不是简单的Bean,而是一个能生产或者修饰对象生成的工厂Bean,Spring通过反射机制利用的class属性指定实现类实例化Bean

enhancement

Bumps org.apache.zookeeper:zookeeper from 3.5.5 to 3.7.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.zookeeper:zookeeper&package-manager=maven&previous-version=3.5.5&new-version=3.7.2)](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