What am I suppose to do in Spring facet?
Answered
I have a spring boot application and it has an application properties and an SpringBootApplication
what am I suppose to do with the Spring Facet since it doesn't seem to offer me much.
Using Ultimate 2019.1.2
Please sign in to leave a comment.
In a spring boot application if I do not configure this what do I lose in terms of functionality since I doesn't seem to be detecting a whole lot of options right now.
Please see https://youtrack.jetbrains.com/issue/IDEA-139669 and the linked issues. IntelliJ IDEA doesn't support automatic configuration for all the possible cases yet. You may still need to configure the spring context manually if the IDE doesn't support detecting it automatically in your specific case.