Files
spring-cloud-dataflow-samples/custom-dataflow-builds/dataflow-server-22x
dependabot[bot] 8d942f0053 Bump spring-security-oauth2 (#153)
Bumps [spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) from 2.3.4.RELEASE to 2.3.6.RELEASE.
- [Release notes](https://github.com/SpringSource/spring-security-oauth/releases)
- [Commits](https://github.com/SpringSource/spring-security-oauth/compare/2.3.4.RELEASE...2.3.6.RELEASE)

---
updated-dependencies:
- dependency-name: org.springframework.security.oauth:spring-security-oauth2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-14 12:58:41 -06:00
..
2019-07-30 21:01:41 +01:00
2022-01-14 12:58:41 -06:00

# 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
```