Rain
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
-
Rain commented, -
Rain commented, -
Rain created a post, AnsweredBeans tab on intellij debugger says Application readiness check failed: JMX agent not loaded. Check that the application started successfully.
I want to see beans loaded in my spring boot application. I see there is Beans, health, Mappings tabs on debugger. But when I click it it says:Application readiness check failed: JMX agent not load... -
-
Rain created a post, AnsweredPrevent intellij from formatting strings
Hi!I have this java code. String str = "a" + "b" + "c";When I format code with Ctrl + Alt + LIt becomes just String str = "a" + "b" + "c";How can I prevent this? I want to have ... -
-
-
Rain created a post, AnsweredLine markers for duration of branch?
Hi! In Intellij when I change the code it shows green or blue color next to line numbers. After I git commit they go away. Is it possible to make them stay? I want them since the beginning of branc... -
-
Rain created a post, AnsweredIdea does not download maven sources
Hi! I want to download sources for .m2\repository\com\oracle\database\jdbc\ojdbc8\19.12.0.0\ojdbc8-19.12.0.0.jar!\oracle\jdbc\OracleDatabaseException.class When I click download sources button th...