|
@ -1,11 +1,11 @@
|
|
|
package com.yihu.jw.config;
|
|
|
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
|
|
|
|
|
|
/**
|
|
|
* Created by chenweida on 2017/4/6.
|
|
|
*/
|
|
|
@Configuration
|
|
|
public class MvcConfig extends WebMvcConfigurerAdapter {
|
|
|
}
|
|
|
//package com.yihu.jw.config;
|
|
|
//
|
|
|
//import org.springframework.context.annotation.Configuration;
|
|
|
//import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
|
|
|
//
|
|
|
///**
|
|
|
// * Created by chenweida on 2017/4/6.
|
|
|
// */
|
|
|
//@Configuration
|
|
|
//public class MvcConfig extends WebMvcConfigurerAdapter {
|
|
|
//}
|