spring-cloud-connectors

No unique service maching interface error in Spring Boot Cloud Foundry error

南楼画角 提交于 2019-12-20 04:55:18
问题 I am trying to follow this tutorial https://github.com/cf-platform-eng/spring-boot-cities/tree/master/cities-service to run my spring boot application in Cloud Foundry. I have local bosh-lite installation My Spring Boot application connects to postgresql as database. I am trying to connect to the Postgresql instance running on my local (host machine ) My application works fine locally if deployed to a local tomcat. But when i deploy the app to bosh-lite it fails with the following error "No

No unique service maching interface error in Spring Boot Cloud Foundry error

不打扰是莪最后的温柔 提交于 2019-12-20 04:55:04
问题 I am trying to follow this tutorial https://github.com/cf-platform-eng/spring-boot-cities/tree/master/cities-service to run my spring boot application in Cloud Foundry. I have local bosh-lite installation My Spring Boot application connects to postgresql as database. I am trying to connect to the Postgresql instance running on my local (host machine ) My application works fine locally if deployed to a local tomcat. But when i deploy the app to bosh-lite it fails with the following error "No

Cloud Foundry Bind services/cups datasource number of connections

末鹿安然 提交于 2019-12-08 12:15:47
问题 I am using hikari with spring boot, local testing I can see 50 active connections. After I deployed to cloud foundry , I am only able to see 10 active connections. spring.datasource.hikari.maximum-pool-size=50 Seems like cloud foundry bind service is trying to overwrite my application's configuration. How can configure this number in cloud foundry? maybe someone get help from this link, it says if you are running serious application in production , you need to configure

CF Spring boot app failed to start accepting connections

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-08 11:52:22
问题 I have developed a Spring boot application connecting to Postgresql instance running on my local. Now i deployed the application to Cloud foundry local bosh lite installation. I created one user provided service for postgresql and bound it to my application. The app is working fine till now. Then i wanted to make this application as a service broker. So i again used spring boot cloud foundry service broker. And implemented my code same as the sample mongodb spring boot service broker. https:/

No suitable cloud connector found while trying to use local spring cloud connector/local_configuration_connector

╄→гoц情女王★ 提交于 2019-12-06 11:20:01
问题 I am trying to use the local cloud spring connector to test my application in local environment before it can be deployed to CF based cloud environment. From the Spring link http://cloud.spring.io/spring-cloud-connectors/spring-cloud-connectors.html#_local_configuration_connector I followed the process and created properties file with the name spring-cloud-bootstrap.properties in project resource directory. It has the following content spring.cloud.propertiesFile: C:\Users\IBM_ADMIN\git

No suitable cloud connector found while trying to use local spring cloud connector/local_configuration_connector

僤鯓⒐⒋嵵緔 提交于 2019-12-04 16:38:17
I am trying to use the local cloud spring connector to test my application in local environment before it can be deployed to CF based cloud environment. From the Spring link http://cloud.spring.io/spring-cloud-connectors/spring-cloud-connectors.html#_local_configuration_connector I followed the process and created properties file with the name spring-cloud-bootstrap.properties in project resource directory. It has the following content spring.cloud.propertiesFile: C:\Users\IBM_ADMIN\git\ServiceXchange5\ServiceXchange\spring-cloud.properties I do have the file spring-cloud.properties in the