MvcConfig.java 314 B

1234567891011
  1. //package com.yihu.jw.config;
  2. //
  3. //import org.springframework.context.annotation.Configuration;
  4. //import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
  5. //
  6. ///**
  7. // * Created by chenweida on 2017/4/6.
  8. // */
  9. //@Configuration
  10. //public class MvcConfig extends WebMvcConfigurerAdapter {
  11. //}