Browse Source

Merge branch 'dev' of chenweida/patient-co-management into dev

chenweida 7 years ago
parent
commit
4b9cfafc78

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/config/MvcConfig.java

@ -21,7 +21,7 @@ import java.util.List;
 * Created by chenweida on 2017/4/6.
 */
@Configuration
@Profile({"test", "prod"})
@Profile("!dev")
public class MvcConfig extends WebMvcConfigurerAdapter {
    private Logger logger = LoggerFactory.getLogger(MvcConfig.class);