[Turn] 2019 version of the idea and the right to import about configuring explain the new spring boot project maven no solution

Original link: https: //blog.csdn.net/weixin_43429839/article/details/101102178

Because the imported items need to run maven pom.xml configuration file is automatically added dependence, and some people can not find it, the following explain in detail
first into a new project to conduct a SDK configuration
and then automatically configure maven pom.xml depends
first of all import the new SDK project to a configuration
where I import the new project is to separate the front and rear end of a project, in my project hrserver file is the back-end, vuehr front-end, but my main purpose is to run the debugger back-end on it .
The first step in the upper left corner click on File → Project Structurer Figure choose their own items that match the SDK here I chose version 1.8, and then select Next Project compiler outputx 8-Lambdas, type annotations etc. Click ok to complete SDK configuration.

Then automatically configured with a maven pom.xml dependent
we may have many small partners just can not find maven into a new project is, in fact, very good looking, here with me to do the illustration
1. Locate the rear end of the pom.xml file open
2. right-click on Add Maven Project found add
this time we wait for a while maven will begin to automatically configure the required depend on the
configuration is complete will be the same as the figure below most maven appears on the right, and then you can run back-end debugging !


These are spring boot configuration on new projects, where there is insufficient if the error still can not solve the problem of small partners welcome reply to discuss in the comments area! Thank you

Original link: https: //blog.csdn.net/weixin_43429839/article/details/101102178

Guess you like

Origin www.cnblogs.com/UUUz/p/12167912.html