Karmi1992
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Edited Spring boot - IntelliJ not showing bean icon for @Configuration in different module
AnsweredHi, I have a Spring boot application , in the pom.xml I'm defining a dependency on a module which has a bean class annotated with @Configuration , the project is working with no problems , if I cl... -
Created Data grip doesn't switch result when switch tab
AnsweredHi, Datagrip doesn't switch the result when changing the query tab, I want to view the result for the current tab Im viewing, is there a way to auto switch to that console ? -
Created How to make intellij substitute parameters in method documentation
Answeredthe following is snippet from eclipse where it substitute the type of methods in documentation ( F2 ) : here it's mentioned as T , R instead of Test Integer -
Created IntelliJ IDEA check out git project module name different than .project
AnsweredWhen I'm trying to import git repository the projects name in module structure is not as the .project , they are all listed as : main main 1 main 2 ... I need the project name like Proeject1 , Pr...