2022-03-24-TIL
2022-03-24-TIL
Today I Learned
JIB
- https://blog.naver.com/PostView.nhn?blogId=adamdoha&logNo=221865323086
- https://nesoy.github.io/articles/2020-11/Jib
통합테스트
- https://miinsun.tistory.com/137
- https://needjarvis.tistory.com/443
- https://www.geeksforgeeks.org/sandwich-testing-software-testing/
@MockBean
, @SpyBean
- https://jojoldu.tistory.com/320
Controller Test
- https://royleej9.tistory.com/entry/Springboot-junit-controller-%ED%85%8C%EC%8A%A4%ED%8A%B8%ED%95%98%EA%B8%B0
Annotation
- https://blog.gangnamunni.com/post/kotlin-annotation-codegeneration/
- https://www.javatpoint.com/how-annotation-works-in-java
- https://www.geeksforgeeks.org/annotations-in-java/
- https://dzone.com/articles/how-annotations-work-java
- http://tutorials.jenkov.com/java/annotations.html
- http://travisdazell.blogspot.com/2012/10/writing-annotation-based-processor-in.html
- https://xperti.io/blogs/what-are-annotations-in-java/
@Override
- https://stackoverflow.com/questions/18189980/how-do-annotations-like-override-work-internally-in-java
JSON array parsing in MockMvc
- https://stackoverflow.com/questions/25614593/asserting-array-of-arrays-with-jsonpath-and-spring-mvc
@RequestBody
in MockMvc
- https://stackoverflow.com/questions/20504399/testing-springs-requestbody-using-spring-mockmvc
MockMvc
- https://shinsunyoung.tistory.com/52
Errors
should be mapped with insert=”false” update=”false”
- https://solbel.tistory.com/1480
You aren’t using a compiler supported by lombok
- https://ifuwanna.tistory.com/292
JPS incremental annotation processing is disabled.
- https://stackoverflow.com/questions/66170975/jps-incremental-annotation-processing-is-disabled-compilation-results-on-partia
- https://www.inflearn.com/questions/195661
class file for javax.interceptor.InterceptorBinding not found
- https://stackoverflow.com/questions/27808734/jdk8-error-class-file-for-javax-interceptor-interceptorbinding-not-found-whe
This post is licensed under CC BY 4.0 by the author.