12 2021 档案
摘要://lsof -i TCP:3306 查看占用 [root@cen8 ~]# lsof -i TCP:3306 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME docker-pr 1845 root 4u IPv4 50569 0t0 TCP *
阅读全文
摘要:<dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <optional>true</optional> <version>1.18.20</version></dependency> 20
阅读全文
摘要:maven打包 提示Please refer to ****\target\surefire-reports for the individual test results.pom中添加 <build> <plugins> <plugin> <groupId>org.apache.maven.plu
阅读全文
摘要:Cannot resolve org.springframework.boot... 查看本地仓库下载不完整 网上查到的解决方案 1, 到自己的.m2 文件夹或者指定的maven路径下把 xxx.lastUpdated文件全部删掉,重新运行maven 2, 或者在用maven时加 -U参数,就可以忽
阅读全文