jdbcdslog-exp: a jdbcdslog's enhancement,has better experience and expect

阅读更多

What is jdbcdslog-exp

jdbcdslog-exp is an experimental fork of jdbcdslog that:

  • more directly fill SQL statement (you can copy it to the tool like Oracle's SQL Developer and can be used directly)
  • can use a configurable SQL formatter
  • can be configured to display elapsed time
  • is available in the maven central repository
  • supports Java 5 and above (you need to understand that the project should compile with jdk 1.5)
(Of course, the original function does not change!) 

if you want get more infos please see the original version of jdbcdslog at  http://code.google.com/p/jdbcdslog/

 

Maven Dependency


    com.googlecode.usc
    jdbcdslog
    1.0.6

Git Link

if you love git please clone or fork git://github.com/usc/jdbcdslog.git (from https://github.com/usc/jdbcdslog).

How To Use

// TODO: I will documented the new enhancements or features in the wiki, please waiting, and maybe you can first referhttp://code.google.com/p/jdbcdslog-exp/source/browse/trunk/src/test/resources/jdbcdslog.properties. thanks.

Support

if you have any questions,welcome to contact me with Email([email protected]) or create issues with http://code.google.com/p/jdbcdslog-exp/issues/list ,i will reply you as soon as possible.

你可能感兴趣的:(Java综合)