文件名称: druid-spring-boot-starter-1.1.9.jar中文-英文对照文档.zip
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.1.9</version>
</dependency>Gradle:
implementation group: 'com.alibaba', name: 'druid-spring-boot-starter', version: '1.1.9'
Gradle (Short):
implementation 'com.alibaba:druid-spring-boot-starter:1.1.9'
Gradle (Kotlin):
implementation("com.alibaba:druid-spring-boot-starter:1.1.9")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.alibaba.druid.spring.boot.autoconfigure
com.alibaba.druid.spring.boot.autoconfigure.properties
com.alibaba.druid.spring.boot.autoconfigure.statcom.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceBuilder
com.alibaba.druid.spring.boot.autoconfigure.properties.DruidStatProperties
com.alibaba.druid.spring.boot.autoconfigure.properties.DruidStatProperties.StatViewServlet
com.alibaba.druid.spring.boot.autoconfigure.properties.DruidStatProperties.WebStatFilter
com.alibaba.druid.spring.boot.autoconfigure.stat.DruidFilterConfiguration
com.alibaba.druid.spring.boot.autoconfigure.stat.DruidSpringAopConfiguration
com.alibaba.druid.spring.boot.autoconfigure.stat.DruidStatViewServletConfiguration
com.alibaba.druid.spring.boot.autoconfigure.stat.DruidWebStatFilterConfiguration