内容简介:Spring Cloud Config 发布了 2.1.2、2.0.4 和 1.4.6 版本,主要用于解决 CVE-2019-3799。 这些修复程序也将包含在相应 Spring Cloud 版本系列的下一版本中。 Maven: <dependency> <groupId>org.springframew...
Spring Cloud Config 发布了 2.1.2、2.0.4 和 1.4.6 版本,主要用于解决 CVE-2019-3799。
这些修复程序也将包含在相应 Spring Cloud 版本系列的下一版本中。
Maven:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
<version>2.1.2.RELEASE</version>
</dependency>
Gradle:
dependencies {
compile('org.springframework.cloud:spring-cloud-config-server:2.1.2.RELEASE')
}
以上所述就是小编给大家介绍的《Spring Cloud Config 2.1.2、2.0.4 和 1.4.6 发布,修复 CVE-2019-3799》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
HTML & XHTML
Chuck Musciano、Bill Kennedy / O'Reilly Media / 2006-10-27 / GBP 39.99
"...lucid, in-depth descriptions of the behavior of every HTML tag on every major browser and platform, plus enough dry humor to make the book a pleasure to read." --Edward Mendelson, PC Magazine "Whe......一起来看看 《HTML & XHTML》 这本书的介绍吧!