Spring
-
SpringBoot webClientSpring 2022. 2. 9. 16:19
이제 webClient 적용을 피할수 없게 되었다. webFlux, reactor 관련해서 좀더 자세히 공부를 해야겠다. https://happycloud-lee.tistory.com/220 Spring WebClient 쉽게 이해하기 1. Spring WebClient 이해 1) WHY ? 우리가 개발하는 어플리케이션들을 크게 2개로 나눠보면 요청자와 제공자라고 할 수 있습니다. 요청자를 consumer 또는 subscriber라고 하고, 제공자를 producer 또는 provider.. happycloud-lee.tistory.com https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html#webflux-..
-
Spring MVC, BootSpring 2022. 2. 8. 02:24
Controller vs RestController https://mangkyu.tistory.com/49 https://galid1.tistory.com/769 https://ooeunz.tistory.com/99 https://springsource.tistory.com/13 Spring MVC 보이지 않는 실체에 대한 어려움 https://mangkyu.tistory.com/18 ModelAndViewContainer DispatcherServlet.java doService doDispatch AbstractHandlerMethodAdapter.java RequestMappingHandlerAdapter.java ViewResolver.java org.springframework.boot.web...
-
좀더 재밌게 Spring, 개발을 공부하는 순서Spring 2022. 2. 6. 14:44
실행해보고, 버그를 고쳐보고, 실습 해보는것이 가장 중요. Gitflow https://woowabros.github.io/experience/2017/10/30/baemin-mobile-git-branch-strategy.html 눈에 보이는 것이 있어야 재미가 있다. 배우는 순서를 바꿔보자 일단 서버를 띄우고 요청을 날려서 결과를 받아보자 Java/SpringBoot 개념들도 중요하지만 눈으로 볼수 없기 때문에 재미가 없다. https://start.spring.io/ k8s 동시 진행 남의 코드 분석 https://mvnrepository.com/ https://gitstar-ranking.com/ https://github.com/f-lab-edu k8s https://kubernetes.io/d..