springboot
Could not find artifact org.springframework.boot:spring-boot-maven-plugin
报错环境:昨天的springboot项目的pom文件正常,今天再打开就会有些依赖爆红
解决步骤:
去maven的仓库里找你下载的依赖文件,路径是你的仓库路径加org/springframework/boot/spring-boot-maven-plugin
也就是groupId和artifactId里的内容
我的版本是3.2.1
其他类似报错也是如此
在xml文件里写mapper时要用注释让他扫描
nginx卡退
在命令行进入nginx的文件夹,输入
nginx.exe -s reload
可以实时更新配置,并且若配置有错误,也会显示报错。
报错:Parameter index out of range (1 > number of parameters, which is 0).
把注释删了就好了