spring-cloud-task icon indicating copy to clipboard operation
spring-cloud-task copied to clipboard

Add jdbc-api dependency automatically when cloud-task is selected

Open cppwfs opened this issue 5 years ago • 0 comments

In almost every case when a user selects the Spring Cloud Task dependency (cloud-task) the will have to select the JDBC-API dependency as well. So for this scenario we need to add the JDBC-API dependency anytime a user selects the cloud-task dependency. This should help users when creating their first Spring Cloud Task Project.

This change will be applied to the task starter.

cppwfs avatar Jan 06 '21 15:01 cppwfs