设计模式MVC和MVVM的区别 MVC是Model-View- Controller的简写。即模型-视图-控制器。MVC相信大家都很熟悉了,这里就不细说了。主要来说说MVVM。 MVVM是Model-View-ViewModel的简... 2018年12月5日 浏览量:693 次 发表评论 阅读全文
SpringBoot conflicts with existing, non-compatible bean definition of same name and class 的解决办法 Caused by: org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-spe... 2018年8月8日 SpringBoot 浏览量:5,666 次 发表评论 阅读全文
SpringBoot中常用注解@ PathVaribale / @ RequestParam controller里接受参数介绍 注解的作用为: @PathVaribale获取url中的数据 @RequestParam获取请求参数的值 (更多…) 2018年8月6日 SpringBoot 浏览量:1,842 次 发表评论 阅读全文