2021-04-07-TIL
2021-04-07-TIL action 필드는 db에 1 2 (2+3)/2 => 2??!? 2 + 4 3 + 4 4 + 4 5 + 4 .. . . [GET] {server address}/cards API Document Card API Card Create Request [POST] /api/car...
2021-04-07-TIL action 필드는 db에 1 2 (2+3)/2 => 2??!? 2 + 4 3 + 4 4 + 4 5 + 4 .. . . [GET] {server address}/cards API Document Card API Card Create Request [POST] /api/car...
2021-04-06-TIL 조영호 - 오브젝트 강의 스프링 ㄷㅔ이터 jdbc learn pigma, balsamiq ### issue 단위로 개발하기 –>프론트 백엔드 쪼개서 개발하고 pr보내기 project docker pull image mysql@5.7.33 docker pull mysql:5.7 docker run -d -...
2021-04-02-TIL finally에 안 올수 있는 상황이 어떤게 있을까? 프론트엔드에 넘겨줄 때는 무조건 api이다. (JSON 포맷) roach의 깃허브 및 velog 참고 사용자 입장에서 적절히 알아볼 수 있는 예외를 작성하는 것이 중요하다! https://github.com/tmdgusya/ExceptionSampleCode h...
2021-03-31-TIL 에러 코드로 예외 분기하기 ajax로 카운트하기 서버에서 값만 가져오는 방식으로 url 디코딩 안하면 에러남 package honux.spring.playground.web; import org.springframework.web.bind.annotation.GetMapping; import org.springfra...
2021-03-29-TIL CRDT https://www.serverless.com/blog/crdt-explained-supercharge-serverless-at-edge JPA 즉시로딩과 지연로딩 (FetchType.LAZY or FetchType.EAGER) https://ict-nroo.tistory.com/132 My...
2021-03-27-TIL study-whiteship 활용하는 문법 vs 라이브러리를 이해하기 위한 문법 컴파일 타임에 무엇이 어떻게 동작하는지 알수는 없다. 그러면 이제 런타임으로 넘어가는데 거기에서 리플렉션과 어노테이션을 모르면 이해를 할 수가 없다. 인터페이스의 상속 부분을 그림으로 그리기 리플렉션 디버깅해보기, 스프링 까보기 ...
2021-03-26-TIL AJAX로 답변 추가하고 삭제할 떄 405 에러나는 문제 Java Invoke https://docs.tibco.com/pub/activematrix_businessworks/6.2.1/doc/html/GUID-95DE9DF8-A9B3-47AA-A91A-1463ECDF4CD7.html#:~:text=Java%20Invo...
2021-03-25-TIL Transaction https://www.mysqltutorial.org/mysql-transaction.aspx/ http://egloos.zum.com/sweeper/v/3003805 @JsonProperty, @JsonIgnore @JsonBack 자바 리플렉션 https://brunch.co.kr/@kd...
2021-03-24-TIL 커밋 메시지에 이슈 달기 https://stackoverflow.com/questions/1687262/link-to-the-issue-number-on-github-within-a-commit-message#:~:text=using%20any%20of%20the%20keywords,mentioned%20or%20clos...
2021-03-23-TIL @Transaction READONLY 를 붙이면 기본적으로 flush를 안해서 성능이 좋아진다. https://2ham-s.tistory.com/184 https://stackoverflow.com/questions/14096721/how-to-add-file-to-a-previous-commit/14096773#:~...