zdm vor 5 Jahren
Ursprung
Commit
e8d3c6b0c8

+ 11 - 11
svr/svr-internet-hospital-job/src/main/java/com/yihu/jw/config/MvcConfig.java

@ -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 {
//}