Download druid-spring-boot-starter-1.1.10.jar file - Jar d

Jar examples for d:druid-spring-boot-starter

Description

Spring Boot with Druid support,help you simplify Druid config in Spring Boot.

You can download jar file druid-spring-boot-starter 1.1.10 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add druid-spring-boot-starter-1.1.10.jar to your project.

<dependency>
   <groupId>com.alibaba</groupId>
   <artifactId>druid-spring-boot-starter</artifactId>
   <version>1.1.10</version>
</dependency>
compile group: 'com.alibaba', name: 'druid-spring-boot-starter', version: '1.1.10'
libraryDependencies += "com.alibaba" % "druid-spring-boot-starter" % "1.1.10"
<dependency org="com.alibaba" name="druid-spring-boot-starter" rev="1.1.10"/>
@Grapes(@Grab(group='com.alibaba', module='druid-spring-boot-starter', version='1.1.10'))
'com.alibaba:druid-spring-boot-starter:jar:1.1.10'

Download

Click the following link to download the jar file.

druid-spring-boot-starter-1.1.10-javadoc.jar
druid-spring-boot-starter-1.1.10-sources.jar
druid-spring-boot-starter-1.1.10.jar
druid-spring-boot-starter-1.1.10.pom



Related Tutorials