Andrei Amarfii
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Created Run JUnit test from within class test (NOT GRADLE)
AnsweredI used to run test classes/ test methods as JUnit from the class (hitting run button next to class name / method name). IDEA was creating automatically configuration for test and run it. I Updat... -
Edited Spring Expression Language in custom annotations.
AnsweredHello guys, I wondering if there is a way to force IDEA to treat strings in custom annotations as SpEL expressions, like it does in @PreAuthorize#value field. Thanks