java - Spring boot application in netbeans -
i installed netbeans 8.0.2, installed gradle plugin, , created new gradle empty project. copied *.java , *.gradle files https://github.com/spring-guides/gs-spring-boot.git. when call gradle build - ok, jar created , works. build netbeans menu works fine too.
but in java editor of netbeans lines contains gradle dependencies marked incorrect. example imports this
import org.springframework.boot.springapplication;
are marked not exists. , dependencies empty (in projects tab). how fix this?
update. don't know wrong time, works fine. if there such problem try reload netbeans, check environment variables $gradle_home, reboot computer.
Comments
Post a Comment