How to connect my spring boot application to database

@rody
@kirupa

How to connect my spring boot application to any database as firebase studio is a cloud ide, so how to connect it with databases like sql, postgres sql, mongo db etc.

For databases you can checkout the database templates to see how to set them up in the workstation:

For spring boot if there is not a community template then we would love to review a PR if you get it working!

For springboot + database integration that would be specific top the springboot docs.