Explorar el Código

配置权限拦截

yangxiaokun hace 3 años
padre
commit
38d3520d6f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/com/zy/bms/config/InterceptorCfg.java

+ 1 - 1
src/main/java/com/zy/bms/config/InterceptorCfg.java

@@ -17,7 +17,7 @@ import java.util.List;
  * @author chenyi
  * Create on 2019/10/10
  */
-@Profile("prod")
+@Profile({"prod","ailishi"})
 @Configuration
 public class InterceptorCfg implements WebMvcConfigurer {