-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spring-framework-quiz.md - fixes and new questions #2544
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for improvements Ruslan, will merge it immediately! LGTM 🥇
- [ ] | ||
``` | ||
1. Pointcut | ||
2. Advice | ||
3. Join point | ||
``` | ||
- [ ] | ||
``` | ||
1. Join point | ||
2. Pointcut | ||
3. Advice | ||
``` | ||
- [ ] | ||
``` | ||
1. Advice | ||
2. Pointcut | ||
3. Join point | ||
``` | ||
- [x] | ||
``` | ||
1. Pointcut | ||
2. Join point | ||
3. Advice | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
@@ -527,6 +550,8 @@ class TestConfig2 { | |||
- [ ] a NullPointerException stacktrace | |||
- [x] a BeanDefinitionParsingException stacktrace | |||
|
|||
Explanation: `@Bean`-method in `@Configuration` must be overridable. Remove the `final` keyword to fix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.