-
Notifications
You must be signed in to change notification settings - Fork 5
[spring-core-1] gib.son(손수환) 미션 제출합니다. #36
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
base: gib/spring-core-1
Are you sure you want to change the base?
[spring-core-1] gib.son(손수환) 미션 제출합니다. #36
Conversation
msung99
left a comment
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.
안녕하세요 지브 ~ 하온입니다. 이번 미션도 고생하셨습니다!
| @Component | ||
| public class SpringBean { | ||
| public String hello() { | ||
| return "Hello"; | ||
| } | ||
| public String hello() { | ||
| return "Hello"; | ||
| } | ||
| } |
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.
지금 보면서 생각이 들었는데, @Component 를 붙인 클래스와 @Bean 을 붙여서 생성한 스프링 빈의 차이점은 무엇일까요? 🤔
|
고생하셨습니다!! |
dayaelee
left a comment
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.