Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.56 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.56 KB

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