UWIT-IAM / cert-service

UW certificate service website
2 stars 0 forks source link

Db migration #71

Closed mar235av closed 7 months ago

mar235av commented 7 months ago

Changes to support the migration to a GCP database.

  1. Modified the application context to use a new connection pool and include the SSL connection parameters. All connection configuration is now in the context file.
  2. Modified the one class that uses the database connection object. Removed configuration parameters and changed the object type to a generic DataSource type.
  3. Updated pom.xml with some minor library version updates per recommendation from Dependabot.