随笔分类 - 随笔
20220810 idea_springboot_启动 No active profile set, falling back to default profiles: default
摘要:1 问题 idea启动,报 No active profile set, falling back to default profiles: default 无法启动 2 解决方案 2.1 未解决_查日志 本来以为没有报错,直接找了外援,查看了非console的idea下的日志,晦涩难懂,未解决 2
阅读全文
20220810 idea_springboot_配置
摘要:1 问题 今天,cm项目和rd项目配置对外联分别配置了一套,现在需要把cm的外联配置更换成rd的外联配置,现在更换完成后,项目起不来了 2 解决方案 2.1 未解决_重新导入 首先想到的是,是不是配置在配置平台上没有配置正确,我又重新把cm的外联配置全部删掉,重新配,检查空格等问题,确定完全正确的情
阅读全文
20220810 idea maven阿里云镜像 springboot项目启动
摘要:1 问题 从spring官网当了个springboot项目,pom.xml文件如下两行一直飘红 <artifactId>spring-boot-starter-parent</artifactId> <version>2.7.2</version> 提示报错,not found 2 解决方案: 2.
阅读全文