@15013890200
2018-08-13T16:20:15.000000Z
字数 363
阅读 608
IDEA
项目启动
tips:
工作中经常遇到新启项目,由于项目开发周期一般都会持续好几个月时间,而项目启动一般只在项目开始阶段进行,导致我经常会遗忘在项目启动的时候一些配置的注意事项。
file -> new -> project from exsisting sources;找到项目对应的pom.xml
项目命名、deployment
file -> settings -> build,wxecution,deployment -> build tools -> maven
file -> settings -> plugins
view -> tool windows -> maven projects
清除依赖:clean
重新安装:install