Raysmond / SpringBlog

A simple blogging system implemented with Spring Boot + Hibernate + MySQL + Bootstrap4.
http://raysmond.com
BSD 3-Clause "New" or "Revised" License
1.64k stars 686 forks source link

Download all dependencies #39

Open CHMILYcs opened 4 years ago

CHMILYcs commented 4 years ago

How to download all dependencies in IDEA ? I do't konw how to run it .Could you help me to solve that ? Thanks a lot.

mahdieha commented 4 years ago

There are several methods:

  1. When importing the project (one with a build. gradle ) into IntelliJ IDEA, select "use auto-import" option. or
  2. Select View-->Tool Windows-->Gradle and then click on the "refresh" icon.
Screen Shot 2020-08-31 at 9 26 24 PM