SpringBoot
朝天大笑出门去
当你的才华撑得起你的任性的时候,你的洒脱终将人人艳羡,你的放肆也浑然天成
展开
-
springboot的application.yml如何配置List、Map形式的配置
如何在 application.yml 配置List、Map形式的参数: 第一步,在yml文件中配置如下: wechat: miniapp: config: param-info: - appName: test appId: xxx secret: xxx - appName: test2 ap...原创 2020-04-21 16:23:22 · 12018 阅读 · 0 评论 -
SpringBoot入门之访问Controller时的404
最近在研究springboot,发现启动时连controller都访问不了。我的springboot的启动类的配置如下: controller层的配置如下: 服务启动以后我的访问路径为:localhost:8080/hello,可是页面一直报404,这是因为springboot服务启动后只会扫描启动类所在的包及以下的包。eg:启动类所在的包为com.spring.demo,那么其扫描...原创 2019-01-20 10:17:37 · 8546 阅读 · 3 评论 -
springboot或者springmvc出现“UnsatisfiedDependencyException”的解决办法
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userController': Unsatisfied dependency expressed through field 'userServiceImpl'; nested exception is...原创 2019-02-20 18:14:12 · 3570 阅读 · 0 评论