spring boot 根据目录结构自动生成路由前缀
新建一个类 继承 RequestMappingHandlerMapping 重写 getMappingForMethod 方法package com.boot.missyou.core.hack;import org.springframework.beans.factory.annotation.Value;import org.springframework.web.servlet.mvc.method.RequestMappingInfo;import org.springf.