Halo blog project deployment-error resolution before startup

This is a problem I encountered when I started the project, you may not have it.
The deployed version is halo 1.4.3. After many errors, the environment used now:
jdk 11.0.10
IntelliJ IDEA 2020.3.2 (this is very important, if the idea version is low, it is not compatible with the high gradle version)
gradle 6.6. 1 (Use IDEA to download it by default)
Download the plug-in Lombok in IDEA

  1. jdk download address: oracle.com/java/technologies/javase-jdk11-downloads.html
  2. Download and install IntelliJ IDEA2020: http://www.520xiazai.com/soft/idea.html (Pro test, if you are afraid of insecurity, it is recommended to buy the original version.!!! Do not Chinese, otherwise the error report will not be able to do with Baidu)
  3. 错误:Error running ‘Application’: Command line is too long. Shorten command line for Application or also for Spring Boot default configuration?
    解决博客:SpringBoot报错Error running ‘Application’: Command line is too long.Shorten command line for

Basically just these few, these few thunder I TM stepped on for a day.

Guess you like

Origin blog.csdn.net/weixin_44223946/article/details/113590708