전체 글94 20220622 TIL DDD(Domain Driven Design) - 도메인 주도 설계 비즈니스 Domin별로 나누어 설계하는 방식이다. 실세계에서 사건이 발생하는 집합인 Domain(도메인)을 중심으로 설계하는 방법 https://www.devkuma.com/docs/ddd/ 도메인 구분 백엔드 도메인 구분시에는, 프론트엔드에서 화면 구성하는 것을 기준으로 하는 것이 아니라 백엔드적으로 독립적인 기능을 할 수 있는 것을 기준으로 해야 한다. 2022. 6. 23. 20220621 TIL application.property application.property가 좀더 사용이 까다로움, 결국 지양해야 될 것. application.yml으로 사용하면 좀 더 편하게 많은 설정을 할 수 있음 유레카 Eureka(유레카)란 로드 밸런싱과 Middle-tier server(Client와 Application server 사이)장애시 장애 조치 처리를 목적으로 한 REST 기반 서비스 https://kingjakeu.github.io/springboot/2020/07/17/about-eureka/ JUnit 개요 - JUnit : 자바 프로그래밍 언어용 단위 테스트 프레임워크 - build.gradle 파일을 열어보면 JUnit 사용을 위한 환경설정이 이미 되어있음 => spring web 의존성.. 2022. 6. 21. 220620 TIL 오늘의 오류 Ports are not available: exposing port TCP 0.0.0.0:3306 -> 0.0.0.0:0: listen tcp 0.0.0.0:3306: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted. 작업관리자-서비스에 가서 mysql을 kill 해준다. 3305로 바꾸면 된다는 사람도 있었는데, 나는 그렇게는 해결 안 되었음 3306이 mysql 포트라고 한다. 2022. 6. 20. WIL 9th Already a week passed by, time flied when the week begins, it seems the week is too long. but at the end of week I realize it wasn't. I'm sick of my hesitation and procrastination I'm just wondering what does others have in their mind. Seems like everyone(but me) has inexhaustible passion. On top of that, this week's main issue that I faced with was obviously concentration. I found that I get so.. 2022. 6. 20. 이전 1 ··· 8 9 10 11 12 13 14 ··· 24 다음