Rain
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
-
Created Beans tab on intellij debugger says Application readiness check failed: JMX agent not loaded. Check that the application started successfully.
AnsweredI 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... -
Created Prevent intellij from formatting strings
AnsweredHi!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 ...