cloud-spring-boot-sample
cloud-spring-boot-sample copied to clipboard
Need for web.xml
Not sure, why the resource-ref in the web.xml is still needed to get the Datasource properly provisioned via JNDI on SAP HANA Cloud Platform runtimes. Not really Spring Boot-ish to still need a web.xml file, but... well, the context.xml alone doesn't cut it.
We'll safe it for later...
Posted a respective Q on stackoverflow: http://stackoverflow.com/questions/41146353/spring-boot-still-requires-resource-ref-in-web-xml
Hi @steinermatt, did you find any solution or a workaround?