Relative Content

Tag Archive for spring-bootwarhanasap-cloud-sdksap

SAP Cloud Springboot WAR application startup issue

I have developed a Java Spring boot application as per the SAP documentation.I created the Basic stub from spring.io and then developed on top of it. This app is basically an API war file which connects to HANA database. I could succesfully test the db connection locally, able to play with CRUD in Hana database, and test the APIs locally. The moment i deploy this APP to SAP BTP, i am able to see the app is launched successfully, but i am unable to hit the APIs. I have been referring many documentations and posts in the community, but still i am failing.