# springboot-demo-master **Repository Path**: Instinctb/springboot-demo-master ## Basic Information - **Project Name**: springboot-demo-master - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-10 - **Last Updated**: 2023-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: 学习 ## README # springboot 集成第三方框架测试学习 ~~~ springboot 2.0.4版本以上需配置数据源不然启动会报错或者启动类取消数据源自动注入(加入注解@EnableAutoConfiguration(exclude = DataSourceAutoConfiguration.class)) ~~~ * [springboot配置学习](https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-spring-application) ## 目前已经加入集成成功的demo * [SpringBoot+elasticsearch](./springboot-elasticsearch/README.md) * [SpringBoot+elasticsearch7.x](./springboot-elasticsearch7/README.md) * [SpringBoot+tkmapper](./springboot-tkmapper/README.md) * [SpringBoot+rabbitmq](./springboot-rabbitmq/README.md) * [SpringBoot+kafka](./springboot-kafka) * [SpringBoot+shiro(REAMDME.md RBAC 参考链接)](./springboot-shiro/README.md) * [SpringBoot+redis](./springboot-redis/README.md) * [SpringBoot+security](./springboot-security/README.md) * [SpringBoot+simple_security](./springboot-simple-security/README.md) * [SpringBoot+seaweedfs](./springboot-seaweedfs/README.md) ## 待测试 * [SpringBoot-fastdfs](./springboot-fdfs/README.md)