Giter Site home page Giter Site logo

jiuang / gi-jdbc Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 22 KB

gi-jdbc (gannalyo intercept jdbc) is a light weight framework that enables database data to be seamlessly intercepted with no code changes to existing application.

Java 100.00%

gi-jdbc's Introduction

gi-jdbc

Build Status Maven Central Bintray

Introduction

  • gi-jdbc (gannalyo intercept jdbc) is a light weight and powerful application for intercepting JDBC operations.
  • Reference the P6Spy project.

Functions

  • To intercept JDBC operations seamlessly.
  • To do something around JDBC operations.

Purpose

  • To hope that can give help to some developers who want to do something around JDBC operations, like monitoring, log and the like.

Instruction

  • a. To import this project or jar file to your application.
  • b. To build path 'resources\META-INF\services' if it not exists.
  • c. To create text file which is named for 'com.gannalyo.sqlinterceptor.listener.JdbcEventListener' in above path.
  • d. To create java file which must extend 'com.gannalyo.sqlinterceptor.listener.JdbcEventListener' and override all methods in your application.
  • e. To copy the name of java file, include package name and class name, and to paste it in the text file.
  • f. To code your code in some methods of the java file.

Thanks for P6Spy team very much!

Contact us

gi-jdbc's People

Contributors

jiuang avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.