일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- spring mapper annotation
- Transactions Propagation Option
- spring DB Connection
- AllArgsConstructor
- Data Annotation
- spring mapper
- 도커 컨테이너 로그
- repository annotation
- Vue
- NoArgsConstructor
- spring @mapper
- JpaRepository update
- docker 로그
- spring repository
- 도커 logs
- Spring JPA Specification
- 자바버그수정
- vueslot
- mapper annotationo
- Spring
- JPA DB Connection 다중
- spring JPA DB Connection
- vuecomponent
- @Builder @NoArgsConstructor
- JAVA Exception 종류
- 도커 로그 확인
- CrudRepository update
- doker logs tail
- spring JPA DB multi Connection
- JPA DB 다중 Connection
- Today
- Total
목록Vue (3)
개발을 잘하고 싶은 개발자
**전역등록(Global Registration)**과 지역등록(Local Registration) 참고 https://kdydesign.github.io/2019/04/27/vue-component/ Vue를 제대로 익히지 않고 남발하면서 개발하면 이 언어를 사용하는 의미가 없어 하루하루 Vue를 개발하는 내내 내가 잘 사용하고 있는게 맞는지 의심이 든다ㅠ 그래서 오늘도 공부. 컴포넌트의 등록과 사용 컴포넌트의 등록에는 전역등록(Global Registration)과 지역등록(Local Registration)으로 나눌 수 있다. 1. 전역등록 (Global Registration) 컴포넌트 전역등록은 프로그래밍에서 전역 변수와 같은 의미이다. 인스턴스 생성 후 어느 페이지 또는 컴포넌트에서 사용할 수..

vue naver map에 대해 구글링 해서 찾은 "vue naver maps" 가이드를 보고 구현을 해보았다. 참고 https://shin-jaeheon.github.io/vue-naver-maps/#/ Vue 초.보.인 나로써 바로 내 소스에 녹이기에는 쉽지 않았다;; 게다가 vue의 팝업 위 팝업이라 이틀 정도 걸렸다. 아래 적용한 소스를 example로 올려본다 내 소스 환경 -> Vue + NuxtJS 1. nuxt.config.js 디렉토리 위치(프로젝트 바로 밑. /C/workspace/project1/nuxt.config.js) plugins: [ "~/plugins/naverMap.js" ], 2. naverMap.js 디렉토리 위치(/C/workspace/project1/plugins/..