d

datasource-proxy-spring-boot-starter

Spring Boot integration with p6spy, datasource-proxy and flexy-pool
https://github.com/gavlyukovskiy/spring-boot-data-source-decorator
The Apache Software License, Version 2.0
Arthur Gavlyukovskiy
文件下载
文件名 操作
datasource-proxy-spring-boot-starter-1.9.1.jar 下载
datasource-proxy-spring-boot-starter-1.9.1.pom 下载
datasource-proxy-spring-boot-starter-1.9.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.gavlyukovskiy</groupId>
  <artifactId>datasource-proxy-spring-boot-starter</artifactId>
  <version>1.9.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.gavlyukovskiy:datasource-proxy-spring-boot-starter:1.9.1'
Gradle Kotlin
implementation("com.github.gavlyukovskiy:datasource-proxy-spring-boot-starter:1.9.1")
Scala SBT
libraryDependencies += "com.github.gavlyukovskiy" % "datasource-proxy-spring-boot-starter" % "1.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gavlyukovskiy', module='datasource-proxy-spring-boot-starter', version='1.9.1')
)
Apache Ivy
<dependency org="com.github.gavlyukovskiy" name="datasource-proxy-spring-boot-starter" rev="1.9.1" />
Leiningen
[com.github.gavlyukovskiy/datasource-proxy-spring-boot-starter "1.9.1"]
Apache Buildr
'com.github.gavlyukovskiy:datasource-proxy-spring-boot-starter:jar:1.9.1'