SpringBoot 整合NoSql通用配置整合RedisMongoDb总结
通用配置maven依赖添加Spring-Web和Spring-Security依赖,使用Spring-Security是因为使用SpringBoot的Redis依赖时,必须添加Spring-Security。在新版本SpringBoot才会这样。<dependency> <groupId>org.springframework.boot</groupId...