Great job Marco. These videos will always be helpful for the beginners.
@DarkbishopGaming2 жыл бұрын
My problem is that maven libraries do not even automatically adding into External Libraries. So the problem occuried on my 3rd spring boot project when maven build just suprisingly stopped to add its data into project.
@TheCleffs3 жыл бұрын
Weird... my maven repositories section is empty! weirdly enough my autocompletion used to work a few updates ago... whats up on my intelliJ?
Whenever I try to add Maven dependency using IntelliJ menu, I struggle to find anything I search for, even with Maven central repository indexed. I could follow your examples without issue, but when I type "hibernate" or "hibernate-core" I can't find anything useful, also search results don't make much sense to me. Can you try my examples and see if you get anything useful?
@krzysztofnowak81035 жыл бұрын
Hmm I have just tried to search for "hibernate core" (without dash) and it found it. I would like to know what are the rules to follow when searching for an artifact, especially how to use dash.
@MarcoBehler5 жыл бұрын
Krzysztof, you are absolutely right, it is a pain in the ass with IntellIJ and I must just have another look at an appropriate bug ticket for intellij, because the rules seem rather random. I should have mentioned that in the video.