aop.auto true확인. 자동으로 Add @EnableAspectJAutoProxy.
spring.io => projects => boot> applicaiton properties=>
https://docs.spring.io/spring-boot/docs/2.4.13/reference/html/appendix-application-properties.html#spring.aop.auto
key: value
key:
key_1:
key_2:
key_3:
..
application.properties 는
spring.aop.auto=false
.으로 하는걸 yaml에서는 들여쓰기로 한다.
Alias가 왼쪽 두군데 DeptDTO저렇게 쓰임.