|
|
1 年之前 | |
|---|---|---|
| .. | ||
| controller | 1 年之前 | |
| entity | 1 年之前 | |
| mapper | 1 年之前 | |
| service | 1 年之前 | |
| README.md | 1 年之前 | |
com.genersoft.iot.vmp.conf.security.JwtAuthenticationFilter
// 扩展内部接口
if (requestURI.startsWith("/internal/")) {
chain.doFilter(request, response);
return;
}
com.genersoft.iot.vmp.conf.security.WebSecurityConfig
// 扩展内部接口放行
matchers.add("/internal/**");
需要修改 com.genersoft.iot.vmp.conf.MybatisConfig 最后代码注释掉