🎨 #1437 公众号spring boot starter模块优化,不强制依赖redission

不强制依赖redission,直接项目中排除redisson会cnfe,参考方案
This commit is contained in:
miemieYaho
2020-03-12 17:10:58 +08:00
committed by GitHub
parent 341f176dfa
commit e761174270
3 changed files with 48 additions and 17 deletions

View File

@@ -28,6 +28,7 @@
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>