πŸƒΒ λΉˆ μŠ€μ½”ν”„

빈 μŠ€μ½”ν”„λž€?

β†’ μ§€κΈˆκΉŒμ§€ μš°λ¦¬λŠ” μŠ€ν”„λ§ 빈이 μŠ€ν”„λ§ μ»¨ν…Œμ΄λ„ˆμ˜ μ‹œμž‘κ³Ό ν•¨κ»˜ μƒμ„±λ˜μ–΄μ„œ μŠ€ν”„λ§ μ»¨ν…Œμ΄λ„ˆκ°€ μ’…λ£Œλ  λ•Œ κΉŒμ§€ μœ μ§€λœλ‹€κ³  ν•™μŠ΅ν–ˆλ‹€.

μŠ€ν”„λ§μ€ λ‹€μŒκ³Ό 같은 λ‹€μ–‘ν•œ μŠ€μ½”ν”„λ₯Ό μ§€μ›ν•œλ‹€.

β†’ 빈 μŠ€μ½”ν”„λŠ” λ‹€μŒκ³Ό 같이 지정할 수 μžˆλ‹€.

μ»΄ν¬λ„ŒνŠΈ μŠ€μΊ” μžλ™ 등둝

@Scope("prototype")
@Component
public class HelloBean {}

μˆ˜λ™ 등둝

@Scope("prototype")
@Bean
PrototypeBean HelloBean() {
		return new HelloBean();
}