# axe-springboot **Repository Path**: CaiDongyu/axe-springboot ## Basic Information - **Project Name**: axe-springboot - **Description**: springboot的axe组件 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-07 - **Last Updated**: 2022-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.暂时jsp部分还没改,如果不使用axe-start-web,则这部分功能暂时不能用 2.实现了springBean容器和axeBean容器的互通,但实际对象只会一份内存,所以不会多占多少空间 3.支持路径排除,但是只支持两种方式: a.完全匹配 b.*结尾,则匹配开头 4.如果发现spring内的bean,axe中获取不到,有可能是类型的问题,axe只支持具体类型方式获取bean实例,所以如果是接口实现类,要手动显示设置实例类型是接口类型