-
Notifications
You must be signed in to change notification settings - Fork 0
작업에 참고할 만한 소스들 & 기타 지식들
서버리스
- FastCampus에서 들었던 서버리스 프로젝트: https://github.com/hidekuma/serverless-project-2019
채팅
-
RabbitMQ 적용 -> destination Topic으로 가능한 종류 : https://lovecode.tistory.com/89
-
Websocket / stomp, WebFlux : https://swiftymind.tistory.com/tag/Websocket%20%2B%20STOMP
-
누군가의 채팅앱 서버 삽질기 - 우리와 비슷한 고민을 하고 있음: https://zeallat.wordpress.com/2020/08/30/spring-webflux-%EC%B1%84%ED%8C%85%EC%95%B1-%EC%84%9C%EB%B2%84-%EC%82%BD%EC%A7%88%EA%B8%B0/
-
Angular + Reactive WebSocket으로 채팅앱 : https://medium.com/swlh/building-a-chat-application-with-angular-and-spring-reactive-websocket-400e0769f4ec
-
스프링 stomp 기반 채팅앱: https://toma0912.tistory.com/90
-
Stomp WebSocket Junit Test방법 : https://rieckpil.de/write-integration-tests-for-your-spring-websocket-endpoints/ , http://rafaelhz.github.io/testing-websockets/ , https://toma0912.tistory.com/90
-
jmstemplate 테스트케이스 (유사 사례) : http://www.tachilab.com/p/github.com/spring-projects/spring-framework/v4.1.6.RELEASE/spring-jms/src/test/java/org/springframework/jms/core/JmsMessagingTemplateTests.java.html
-
@SendTo vs convertAndSend: https://stackoverflow.com/questions/53179604/convertandsend-vs-sendto-annotaiton
-
stomp client : https://www.toptal.com/java/stomp-spring-boot-websocket
-
웹소켓 프로젝트 작업기 : https://tech.osci.kr/2019/12/23/86033468/
MSA 관련
- Cloud Eureka : https://brunch.co.kr/@springboot/451
MongoDB 관련
- 성능 문제 : https://sjh836.tistory.com/98
- Spring Data MongoDB 사용법 : https://lankydan.dev/2017/06/07/mongodb-indexes-with-spring-data , https://blog.ull.im/engineering/2019/04/05/mongodb-indexing-strategy.html
- _class 필드 자동 생성되는 거 삭제하기 : https://elfinlas.github.io/2019/02/12/mongo-class-remove/ , https://juntcom.tistory.com/85
기타 지식들
- OracleJDK와 OpenJDK의 차이: https://jsonobject.tistory.com/395
- Java Date의 역사: https://d2.naver.com/helloworld/645609
- JPA, Hibernate, Spring Data JPA의 차이점: https://suhwan.dev/2019/02/24/jpa-vs-hibernate-vs-spring-data-jpa/
https://livebook.manning.com/book/spring-in-action-fourth-edition/chapter-18/162