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