Skip to content

项目构建

Maven使用

下载解压apache-maven-3.9.6

├─bin
├─boot
├─conf
│  └─logging
└─lib
    ├─ext
    │  ├─hazelcast
    │  └─redisson
    └─jansi-native
        └─Windows
            ├─x86
            └─x86_64
maven -V
maven clean install -U

报错

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoGoalSpecifiedException
PS C:\Users\李恒\Desktop\code\SpringBoot\日记2>