Is there a way to let the idea show more detailed documentation of spring boot like what it does to Java SE classes?
Asked
Active
Viewed 70 times
0
-
1Try to download docs (check https://stackoverflow.com/questions/31072667/how-to-force-intellij-to-download-javadocs-with-maven) or add docs manually into Project Structure for Spring docs.spring.io\spring\docs\current\javadoc-api\ – Vladimir Gurevich Oct 25 '19 at 14:48
-
[Stack Overflow Discourages Screenshots](https://meta.stackoverflow.com/questions/303812/discourage-screenshots-of-code-and-or-errors). It is likely, the question will be downvoted, for containing unnecessary screenshots. By using screenshots, you are discouraging anyone from assisting you. No one wants to retype your stuff, from a screenshot, and screenshots are often, not readable. – Trenton McKinney Oct 26 '19 at 02:24
-
I guess screenshots are fine in this case as it is about how IntelliJ displays javadocs and it is not an image of code/an error message. – dan1st Jan 15 '21 at 05:48