Adds DB2 support

Provides the files and enum constants for Spring Cloud Task
to work with a DB2 database.
This commit is contained in:
Thomas Schuettel
2016-08-04 10:58:50 +02:00
committed by Thomas Risberg
parent 8e8a5c927a
commit c61a6e9c35
5 changed files with 80 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ While you can begin developing a task without a database (the status of the task
as part of the task repository's updates), for production environments, you'll want to
utilize a supported database. Below is a list of the ones currently supported:
- DB2
- H2
- HSQLDB
- MySql