Intellij创建项目的时候需要注意的问题
程序员文章站
2022-06-13 19:19:18
...
Intellij创建项目的时候需要注意如下:
一般会比较有用的文件夹或者文件:
- src文件夹;
- target文件夹;
- .gitignore文件
- pom.xml文件
ps:其中的.gitignore文件的内容举例:
# Created by .ignore support plugin (hsz.mobi)
### Java template
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Maven template
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
### Example user template template
### Example user template
# IntelliJ project files
.idea
*.iml
out
gen
# Custom
logs
上一篇: Docker容器中运行nginx
下一篇: Spring Cloud实战 | 第六篇:Spring Cloud Gateway+Spring Security OAuth2+JWT实现微服务统一认证授权
推荐阅读
-
增加外链的时候网站需要注意哪些问题?增加外链的好处和坏处?
-
柠檬蜂蜜是有减肥效果的,但在冲泡柠檬蜂蜜水的时候有需要注意的问题
-
土豆的营养价值还挺丰富的,但是在食用土豆的时候还是有一些需要注意的问题
-
储存大米的时候需要注意哪些问题才不会发霉生虫
-
莲子的营养价值还挺高的,但是吃莲子的时候需要注意这些问题
-
增加外链的时候网站需要注意哪些问题?增加外链的好处和坏处?
-
Intellij创建项目的时候需要注意的问题
-
nth-of-type在选择class的时候需要注意的一个小问题_html/css_WEB-ITnose
-
PowerDesigner16.5快速入门显示,注释comment配置方法,以及创建sql文件过程中需要注意的一些问题
-
nth-of-type在选择class的时候需要注意的一个小问题 - Canrz