spring-cloud / spring-cloud-skipper

A package manager that installs, upgrades, and rolls back Spring Boot applications on multiple Cloud Platforms.
http://cloud.spring.io/spring-cloud-skipper/
Apache License 2.0
112 stars 77 forks source link

Update database section of ref guide #1061

Closed onobc closed 1 year ago

onobc commented 1 year ago

This handles the Dataflow ref guide updates - Skipper to follow.

Point1

I have added a "Add custom JDBC driver" section only to remain consistent w/ the SCDF docs. This will not be the final suggested mechanism for users to extend the classpath as @corneil has another way that is less intrusive and will be addressed by spring-cloud-dataflow#5083.

Point2

I have attached generated PDF for your viewing pleasure while reviewing in case you do not have the IDEA asciidoc plugin etc.. (the PDF will NOT be checked in).

Closes https://github.com/spring-cloud/spring-cloud-dataflow/issues/5079