It's my first time using IntelliJ Ultimate. When I tried to add spring.boot.starter.web inside pom.xml, however I found nothing but com.example:demo:0.0.1-SNAPSHOT which is my project.
I have googled a lot and asked ChatGPT too, but I haven't found any solutions to this issue. The only solutions to it is to type the entire name org.springframework.boot:spring-boot-starter-web
Even though, I still can't found some packages such as spring-boot-devtools.
The solutions down below are the ways that I have tried,
- reindex
central(inside maven repositories), but I didn't see anything changed even any loadings. - tried to update the
repositoriesinsidessettings, however theupdatedcolumn still remains empty
What should I do now? This problem is kinda annoying and stop me adding dependencies in the easy way.