Spring Cloud
学习云计算基础知识,如AWS或Google Cloud Platform。 #生活知识# #科技生活# #编程学习#
This project provides a framework for building a Spring Boot project to quickly implement a service broker for Cloud Foundry.
NOTE New releases of this project are being developed with the name Spring Cloud Open Service Broker.
Spring Boot Config
The recommended way to get started using Spring Cloud Open Service Broker in your project is with a dependency management system. One of the snippets below can be copied and pasted into your build.
With Maven:
<dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-cloudfoundry-service-broker</artifactId> <version>${springCloudServiceBrokerVersion}</version> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-cloudfoundry-service-broker</artifactId> <version>${springCloudServiceBrokerVersion}</version> <classifier>tests</classifier> <scope>test</scope> </dependency> </dependencies>
With Gradle:
dependencies { compile("org.springframework.cloud:spring-cloud-cloudfoundry-service-broker:1.0.2.RELEASE") testCompile(group: "org.springframework.cloud", name: "spring-cloud-cloudfoundry-service-broker", version: "1.0.2.RELEASE", classifier: "tests") }```
网址:Spring Cloud https://www.yuejiaxmz.com/news/view/1245276
相关内容
基于Spring Cloud的物流容器租赁系统的设计与实现@EnableRetry(proxyTargetClass = true) . spring
NLP Cloud
Flowable Spring Boot 整合快速指南
Spring Boot 定时任务:轻松掌握自动化调度的利器
HiWoo Cloud物联网云平台
SpringCloud使用 Nacos做注册中心 客户端启动报错java.lang.IllegalArgumentException: no server available的解决方案
spring
西部数据网络存储my cloud home,西部数据My Cloud Home,家庭网络存储新选择,打造智能化家居生活
【gateway 进阶】5、性能优化和缓存策略