<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.2.13-SNSAPSHOT</version>
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='druid-spring-boot-starter', version='1.2.13-SNSAPSHOT')
)
<parent> <groupId>com.alibaba</groupId> <artifactId>druid-parent</artifactId> <version>1.2.13-SNSAPSHOT</version> </parent>
compile
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework:spring-jdbc
|-- org.springframework.boot:spring-boot-configuration-processor
provided
|-- javax.servlet:javax.servlet-api
test
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-test