|
@@ -1,8 +1,6 @@
|
|
|
package org.jeecg.config;
|
|
|
|
|
|
-import org.jeecg.config.interceptors.BrowseLogHandelInterceptor;
|
|
|
import org.jeecg.modules.shiro.authc.interceptor.OnlineInterceptor;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.context.annotation.Bean;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
@@ -22,10 +20,6 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|
|
*/
|
|
|
@Configuration
|
|
|
public class WebMvcConfiguration implements WebMvcConfigurer {
|
|
|
-
|
|
|
- @Autowired
|
|
|
- BrowseLogHandelInterceptor browseLogHandelInterceptor;
|
|
|
-
|
|
|
@Value("${jeecg.path.upload}")
|
|
|
private String upLoadPath;
|
|
|
@Value("${jeecg.path.webapp}")
|