Reputation: 7581
To put a SpringBoot application on openshift 3 the suggested route is by using the s2i of Wildfly. For the moment this is sufficient for me.
How can I conect SpringBoot (on Wildfly) to MySQL at openshift 3?
Please show how I can use environment variables and/ linking.
Do I need to prepare the maven file to produce SpringBoot as a war?
Upvotes: 1
Views: 533
Reputation: 58523
The free eBook at:
Uses a Wildfly application and connects it to a database. See if that will work for your situation.
Upvotes: 2