이거로 검색해서 나온 거 다 해봤는데 안됐다..하지만 알아냄문제는 바로 폴더명이 한국어여서 안됐던 것이었다.......바꾸니까 해결완
resultType="int"면 integer이 결과"\_int"면 int가 결과그 외 resultType은 여기서 확인https://java119.tistory.com/45감사함다
@SpringBootTest : runs test with Spring Container@Transactional : If the test file has this annotation, it runs transaction before the test starts and

이렇게 하면 이렇게 뜨고이렇게 하면이렇게 나옴둘은 괜찮은듯근데 실행을 하면 무조건 property에 등록된 게 실행됨property가 가장 쎈 것으로 결론냄그리고 중복으로 등록하고 이름도 동일해도 오류가 나지 않는 점이 특이했다.
https://jonggs.blogspot.com/2018/11/spring-redirect-forward.htmlSo I think forward is the default, so I don't need to add forward on url, but red
💡 내 마음대로 용어 정리 Aspect = 클래스들 간의 공통되는 메서드나 메서드의 어떤 부분 Join Point = 내가 하고 싶은 걸 넣을 수 있는 지점(메서드 실행 시점만 존재) PointCut = Join Point 중에서 이걸 내가 표시해주면 여기서 하고 싶
(내 마음대로 하려고 했는데 이미 적어주신 분이 계셔서 참고함)\[Spring] servlet-context.xml, root-context.xml, web.xml\[https://velog.io/@coreminw/spring-Maven과-pom.xmlpom.
https://bestinu.tistory.com/44이분 말에 따르면, 이렇게 지정을 해주면 메소드를 그냥 사용할 수 있게 해준다고 한다.
namespace가 뭔지 헷갈려서 찾아보니 공식 문서에서 나온다.이걸 적어주면 인터페이스를 실행시켜주는 것 같다. 되도록이면 Fully qualified names로 하는 것이 좋다고 한다.https://mybatis.org/mybatis-3/getting-s

이러는 이유 : insert, update, delete는 기본으로 int값이 returnType라고 한다https://kongpowder.tistory.com/86
https://velog.io/@ajongs/Mybatis-%EC%99%80-%EC%B0%A8%EC%9D%B4이분이 잘 설명해주심
진짜 최고로 멀쩡한 파일인데 오류나서 찾아보니 해결법이 있었다.https://jin-study.blogspot.com/2014/03/maven-maven-plug-in.html감사합니다..

resources폴더가 소스폴더가 아닌지 확인해보기!!!아니 분명 xml에 Dao는 등록하고 Service는 annotation 사용해서 Component-scan을 했는데 어떠한 방법으로도 출력되지 않는거임!!!No bean named 'articleDao' avai
잘 동작되는 @Cache관련 어노테이션들이 메서드 구조를 바꾸니까 갑자기 작동을 하지 않아 하나도 캐싱이 되지 않았다. 공식 문서를 보면In proxy mode (which is the default), only external method calls coming in