
SpringBoot
文章平均质量分 86
console.log("")
这个作者很懒,什么都没留下…
展开
-
SpringBoot2.4.2和SpringCloud2020.0整合远程服务调用所发生的·异常
启动时抛出第一个异常 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘memberController’: Unsatisfied dependency expressed through field ‘couponFeign’; nested exception is org.springframework.beans.factory.BeanCreationE原创 2021-01-17 21:05:04 · 1020 阅读 · 3 评论 -
SpringBoot报错Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded
错误提示: *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a su原创 2020-09-10 20:52:13 · 135 阅读 · 0 评论 -
自学SpringBoot之国际化配置相关的坑
前两天在b站上自学SpringBoot的国际化配置时,浏览器总是报乱码的错,类似??login.tip_zh_CN??, 由于b站上基本都是使用Ideal,我用的是sts2.2.5版本,难免遇到不同,作为一名小白,这些东西老师不说,只有自己慢慢去网上搜索了。 首先由于我用的是STS,我们需要下载国际化编译器ResourceBundleEditor,help->EclipseMarketpla...原创 2020-04-02 10:14:31 · 1271 阅读 · 0 评论 -
eclipse创建SpringBoot过程
1.jdk配置好 2.maven配置好 windows10安装maven,我用的是apache-maven-3.0.5,之前用3.3.5和3.3.9都会报错。下载后切记要在conf的配置文件里面加上阿里镜像或者其他,后面会下载jar包,不然速度是龟速 同时将这一段配置添加到C盘的.m2/repostory的配置文件里面。 3.eclipse安装maven (1)windows-perferenc...原创 2020-03-25 14:48:22 · 306 阅读 · 0 评论