随笔分类 - 【框架】Springboot
摘要:1.导入Maven依赖 <!-- redis --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependen
阅读全文
摘要:大概会出现这样的错误 *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' at
阅读全文