随笔分类 - Java
Java学习笔记
摘要:Windows安装 修改配置文件 编辑$MAVEN3$/conf/setting.xml 修改仓库地址 找到<localRepository>标签,修改为自己希望的仓库路径 修改 找到<mirrors>标签,在标签中间加入: <mirror> <id>alimaven</id> <name>aliy
阅读全文
posted @ 2021-04-08 16:46
飞天小烤猪
摘要:# Java class files *.class # Eclipse project files .classpath .project .settings/ # Intellij project files *.iml *.ipr *.iws .idea/ .DS_Store/ /target
阅读全文
posted @ 2020-09-28 09:43
飞天小烤猪
摘要:问题1:Unable to import maven project: See logs for details 网上说,原因是IDEA2019和Maven3.6.2不兼容导致的,需要把Maven降级到3.6.1版本 记得把环境变量改好,避免以后出错 找到一个能用的stting.xml是这样的 部分
阅读全文
posted @ 2019-12-18 09:24
飞天小烤猪
摘要:方法一 修改IDEA的编码为UTF-8 具体如下 Help->edit custom VM options 末尾添加: -Dfile.encoding=UTF-8 Run/Debug Configuration->Server VM options 添加: -Dfile.encoding=UTF-8
阅读全文
posted @ 2019-11-30 17:11
飞天小烤猪

浙公网安备 33010602011771号