简体   繁体   中英

User defined service in cloud foundry

How to create the user defined service in cloud Foundry. I have spring boot app which i want to host as a service. I want this application to be exposed as service so that, the other apps that bind to this would use it by default.

Any help is appreciated.

You can create user defined services using Cloud Foundry CLI commands.

cf cups SERVICE_INSTANCE -p '{"username":"admin","password":"password"}'

Doc Link: https://docs.cloudfoundry.org/devguide/services/user-provided.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM