TiL 6

2023.04.25

View와 Controller 사이에서 데이터를 전달할 때는 DTO(data transfer object) 객체로 만들어서 전달을 해준다. @Data @AllArgsConstructor @NoArgsConstructor 어노테이션 뜻 알아보기 - https://velog.io/@tkaqhcjstk/AllArgsConstructor-NoArgsConstructor%EC%9D%98-%EC%9D%98%EB%AF%B8 java 제네릭이란? - https://incomeplus.tistory.com/492 @PostMapping("/signUp") public ResponseDto signUp(@RequestBody SignUpDto requestBody) { System.out.println(requestBod..

TiL 2023.04.26

2023.04.14

mysql 8.0.32사용 - springboot 구조 spring boot 구조에 대한 정리글 https://velog.io/@ydppwljg/Spring-VO-DTO-Entity-DAO-Repository - 공부 client에서 server로 요청할때 controller에서 관리해준다. 19:58 https://www.youtube.com/watch?v=spjuvezL7fE&list=PLbq5jHjpmq7p2K8_CpsqJzNmvhq08F64L&index=4 axios란? https://dsc-sookmyung.tistory.com/200 Axios는 리액트에서 많이 쓰이는 HTTPClient 라이브러리이다. - 오늘 만난 에러 react webpack 5로 인한 buffer 에러 https://s..

TiL 2023.04.14

2023.04.13

java 8 , 11 차이 mariaDB가 나오게 된 이유 Spring dependencies에서 추가한 것 - Spring data JPA - Spring Web - MySQL Driver - Lombok springboot 3 이상에서는 java 17 이상이여야 한다. 프로젝트 생성 java 8 springboot 2.7.10 react 9.6.3 intellij에서 react 연동하기위해 terminal에서 명령어 실행 npx create-react-app {name} npx가 뭘까? https://ts2ree.tistory.com/254 데이터베이스 설계 예시 https://www.youtube.com/watch?v=nf6wTDLE-Ec&list=PLbq5jHjpmq7p2K8_CpsqJzNmvhq..

TiL 2023.04.13