DEV Community

Discussion on: What was your win this week?

Collapse
 
erikpischel profile image
Erik Pischel

Deployed a Spring Boot app to our companys private Cloud Foundry instance for the first time. Added a MySQL DB and Spring Boot magically switched to it from the in-memory H2 DB. Hibernate created the database tables. Magic! Even managed to connect to the MySQL DB instance with DBeaver (DB Tool).