# cat-boot **Repository Path**: kousinyuu/cat-boot ## Basic Information - **Project Name**: cat-boot - **Description**: It is very convenient for the development of individual microservices, beneficial for the development of web service containers, API interfaces, and zero configuration. - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-04-20 - **Last Updated**: 2023-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
It is very convenient for the development of individual microservices, beneficial for the development of web service containers, API interfaces, and zero configuration.
------------------------------------------------------------------------------- ## 📚简介 cat-boot是一个小而全的微服务框架,它非常方便微服务开发、web服务、IOC容器、集成Redis、Mybatis-puls工具、API接口零配置开发。 ## 🛠️包含组件 | 模块 | 介绍 | |---------|--------------------------------| | IOC | Bean容器注入 | | 拦截器 | 对请求进行拦截规则筛选,进入拦截器处理自定义逻辑 | | Web容器服务 | CatBootApplication类run方法启动容器服务 | | Redis集成 | 配置redis连接池,调用RedisTemplate实现 | ------------------------------------------------------------------------------- ## 📦安装 ### 🍊Maven 在项目的pom.xml添加parent和dependencies中加入以下内容: ```xml