sunny123456

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 172 下一页

2022年8月29日

摘要: No tracked branch configured for branch new_protocal or the branch doesn't exist. 本地分支和远程分支未关联情况下更新,提示如下: No tracked branch configured for branch new_ 阅读全文
posted @ 2022-08-29 10:19 sunny123456 阅读(89) 评论(0) 推荐(0) 编辑

摘要: 启动Spring启动应用程序时Bean创建错误 当我尝试运行spring boot应用程序时,我遇到了以下异常:组织。springframework。豆。工厂BeanCreationException:创建名为“configurationPropertiesBeans”的bean时出错,该bean在 阅读全文
posted @ 2022-08-29 09:27 sunny123456 阅读(399) 评论(0) 推荐(0) 编辑

2022年8月27日

摘要: Cannot resolve org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:unknown 前言:启动eureka项目,发现右侧maven中的项目dependencies报红,reimport也没用,经排查s 阅读全文
posted @ 2022-08-27 23:52 sunny123456 阅读(546) 评论(0) 推荐(0) 编辑

摘要: 转自:https://www.cnblogs.com/izyh/p/15945950.html yml文件中添加配置: ########## 日志 配置 - START ##########logging: config: classpath:logback-spring.xml # logback 阅读全文
posted @ 2022-08-27 12:09 sunny123456 阅读(218) 评论(0) 推荐(0) 编辑

摘要: 日志打印输出到控制台以及文件 一、application.properties文件配置 #root 日志级别以WARN级别输出logging.level.root=WARN#springframework.web日志以DEBUG级别输出logging.level.org.springframewor 阅读全文
posted @ 2022-08-27 11:59 sunny123456 阅读(1178) 评论(0) 推荐(0) 编辑

摘要: 一文了解SpringBoot如何开启热部署 本专栏将从基础开始,循序渐进,以实战为线索,逐步深入SpringBoot相关知识相关知识,打造完整的云原生学习步骤,提升工程化编码能力和思维能力,写出高质量代码。希望大家都能够从中有所收获,也请大家多多支持。 专栏地址:SpringBoot专栏 本文涉及的 阅读全文
posted @ 2022-08-27 00:05 sunny123456 阅读(275) 评论(0) 推荐(0) 编辑

2022年8月26日

摘要: lombok java中的使用 lombok可以通过注解来帮助我们简化和消除一些重复的代码,比如get set方法,toString方法等; 以idea为例,打开IDEA,选择 file -> settings -> plugins; 在搜索框中输入Lombok plugin,点击install;重 阅读全文
posted @ 2022-08-26 23:54 sunny123456 阅读(113) 评论(0) 推荐(0) 编辑

摘要: 实体类与数据库字段不匹配问题,java.sql.SQLSyntaxErrorException: Unknown column 'xxx' in 'field list' 控制台报错 Error querying database. Cause: java.sql.SQLSyntaxErrorExc 阅读全文
posted @ 2022-08-26 19:50 sunny123456 阅读(896) 评论(0) 推荐(0) 编辑

摘要: 【调试错误】Access to XMLHttpRequest at file:E590/ceshi.json from origin null 亲测有效!!! 【调试错误】Access to XMLHttpRequest at file:E590/ceshi.json from origin nul 阅读全文
posted @ 2022-08-26 19:48 sunny123456 阅读(766) 评论(0) 推荐(0) 编辑

摘要: 【调试错误】Access to XMLHttpRequest at file:E590/ceshi.json from origin null 亲测有效!!! 使用前后端分离的方式创建web项目的时候出现问题: 这是因为 ajax 请求的对应的域在本地的一个文件路径,比如在D盘的某个文件夹,这里存放 阅读全文
posted @ 2022-08-26 19:44 sunny123456 阅读(286) 评论(0) 推荐(0) 编辑

上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 172 下一页