parent
4b613344b3
commit
fd24b92320
@ -0,0 +1,9 @@
|
||||
package com.qsd.orange.config;
|
||||
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
||||
|
||||
@Configuration
|
||||
public class WebConfig implements WebMvcConfigurer {
|
||||
|
||||
}
|
Loading…
Reference in new issue