Download druid-spring-boot-starter-1.1.0.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.0 in this page.

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials