본문 바로가기

공부 참고 사이트3

부트스트랩 https://bootstrapmade.com/ Free Bootstrap Themes and Website Templates | BootstrapMade At BootstrapMade, we create beautiful website templates using Bootstrap, the most popular front-end framework for developing responsive, mobile first websites. All of our bootstrap templates are created with care, fully responsive and cross-browser compati bootstrapmade.com 2021. 7. 23.
스프링 프레임워크 @어노테이션 정리 @Controller //View를 리턴해줌 @GetMapping("/auth/joinForm") @PostMapping("/auth/join") @ResponseBody @ResController //Data를 리턴해줌 //data를 save하려면? PostMapping으로! //명사는 user, 동사는 Post @PostMapping("/test/user") @PostMapping("/test/login") //저장한 모든 data를 찾아보자 //Get이니까 postman 사용 안해도 됨 @GetMapping("/test/user") //저장한 data 1건만 찾아보자 //http://localhost:8000/user/2 이렇게 주소 입력하면, //parsing 방법은?? //주소에 /user/1 .. 2021. 7. 3.
spring프레임워크 공부 1.youtube 강좌 https://youtube.com/playlist?list=PL93mKxaRDidG_OIfRQ4nztPQ13y74lCYg Springboot 강좌 - 개념정리 떨어지는 낙엽에도 흔들리는 니 마음 - 넌 낙엽덩이 www.youtube.com https://youtube.com/playlist?list=PL93mKxaRDidECgjOBjPgI3Dyo8ka6Ilqm Springboot - 나만의 블로그 만들기 떨어지는 낙엽에도 흔들리는 니 마음 - 넌 낙엽덩이 www.youtube.com 강사님 tistory 링크 https://getinthere.tistory.com/ GetInThere 넌 머든 될 수 있지 getinthere.tistory.com https://blog.naver.. 2021. 7. 1.