Maven and Gradle samples for dataflow server
- Minimal and fully working sample of building custom dataflow server adding mysql driver.
This commit is contained in:
20
custom-dataflow-builds/dataflow-server-21x/README.adoc
Normal file
20
custom-dataflow-builds/dataflow-server-21x/README.adoc
Normal file
@@ -0,0 +1,20 @@
|
||||
# Examples for Custom Data Flow Server Build
|
||||
|
||||
This is an example for both gradle and maven to build a custom Data Flow Server
|
||||
adding MySQL driver to a build.
|
||||
|
||||
To verify these example builds, you can run `build-and-compare` which will
|
||||
print differences compared to main releases server jar. If successful you
|
||||
should see executable jars to differ only with added mysql driver.
|
||||
|
||||
```
|
||||
$ ./test/build-and-compare
|
||||
|
||||
Diff gradle build
|
||||
95a96
|
||||
> BOOT-INF/lib/mysql-connector-java-8.0.16.jar
|
||||
Diff maven build
|
||||
95a96
|
||||
> BOOT-INF/lib/mysql-connector-java-8.0.16.jar
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user