当前位置: 首页 > 工具软件 > jdbcdslog > 使用案例 >

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

荀金鹏
2023-12-01

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

<dependency>
    <groupId>com.googlecode.usc</groupId>
    <artifactId>jdbcdslog</artifactId>
    <version>1.0.6</version>
</dependency>

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(lishunli.me@gmail.com) or create issues with http://code.google.com/p/jdbcdslog-exp/issues/list ,i will reply you as soon as possible.

 类似资料:

相关阅读

相关文章

相关问答