moltimate / moltimate-backend

A protein active site alignment tool
GNU General Public License v2.0
10 stars 6 forks source link

Add multiple spring profiles #62

Closed steplica closed 5 years ago

steplica commented 5 years ago

This will add multiple spring and maven profiles which manage profile-specific dependencies for local development and production deployments.

The 'dev' profile is the default, so no changes are necessary to continue the usual local development. This will create a local H2 database.

The 'prod' profile is used to set up a connection to our GCP Cloud SQL database.