We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi Today I change the druid-springboot-starter from 1.1.0 -> 1.1.0, I find the dependency of druid still 1.1.0. I think this maybe a mistake.
below is the starter pom file content. <druid.version>1.1.0</druid.version> <spring-boot.version>1.5.3.RELEASE</spring-boot.version>
The text was updated successfully, but these errors were encountered:
@wenshao
Sorry, something went wrong.
@deae Yes, it's a mistake, can use druid 1.1.1 dependency cover it, next version will fix it.
<dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.1.1</version> </dependency>
问题修复,请用新版本 https://github.com/alibaba/druid/releases/tag/1.1.2
No branches or pull requests
Hi
Today I change the druid-springboot-starter from 1.1.0 -> 1.1.0, I find the dependency of druid still 1.1.0.
I think this maybe a mistake.
below is the starter pom file content.
<druid.version>1.1.0</druid.version>
<spring-boot.version>1.5.3.RELEASE</spring-boot.version>
The text was updated successfully, but these errors were encountered: