02 2022 档案

摘要: 阅读全文
posted @ 2022-02-28 22:24 李林林 阅读(590) 评论(0) 推荐(0)
摘要:1.在pom.xml里添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency> 2.在IDEA中设置 3.按俩次s 阅读全文
posted @ 2022-02-28 21:41 李林林 阅读(44) 评论(0) 推荐(0)
摘要:1.执行顺序 2.关于bootstrap的配置文件 3.yaml格式转换的网站 toyaml.com/index.html 4.总结 SpringBoot会自动识别下面这组配置文件 application.properties/yml config/application.properties/ym 阅读全文
posted @ 2022-02-27 22:01 李林林 阅读(52) 评论(0) 推荐(0)
摘要:1.问题描述 2.解决方案 阅读全文
posted @ 2022-02-27 21:43 李林林 阅读(36) 评论(0) 推荐(0)
摘要:淘宝镜像 npm get registry --显示当前的镜像网址 npm config set registry http://registry.npm.taobao.org -- 使用淘宝的镜像网址 安装Vue CLI npm install -g @vue/cli@4.5.9 创建web应用 阅读全文
posted @ 2022-02-21 02:24 李林林 阅读(26) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="UTF-8"?> <configuration> <!-- 修改一下路径--> <property name="PATH" value="./log"></property> <appender name="STDOUT" class="c 阅读全文
posted @ 2022-02-21 01:16 李林林 阅读(92) 评论(0) 推荐(0)