You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jc...@apache.org on 2019/05/13 22:07:42 UTC

[geode-examples] 01/01: Merge pull request #76 from apache/jdbc

This is an automated email from the ASF dual-hosted git repository.

jchen21 pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git

commit c435beca4809cb66346ca85b8a5ea29bc0249fdb
Merge: 251d35e fa0fa29
Author: Jianxia Chen <jc...@pivotal.io>
AuthorDate: Mon May 13 15:07:36 2019 -0700

    Merge pull request #76 from apache/jdbc
    
    Add JDBC Connector example.

 gradle/rat.gradle                                  |  3 +
 jdbc/README.md                                     | 89 ++++++++++++++++++++++
 jdbc/connector.svg                                 |  1 +
 jdbc/scripts/start.gfsh                            | 30 ++++++++
 jdbc/scripts/stop.gfsh                             | 20 +++++
 .../org/apache/geode_examples/jdbc/Example.java    | 79 +++++++++++++++++++
 .../org/apache/geode_examples/jdbc/Parent.java     | 58 ++++++++++++++
 settings.gradle                                    |  1 +
 8 files changed, 281 insertions(+)