Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- spring DB Connection
- @Builder @NoArgsConstructor
- repository annotation
- JPA DB Connection 다중
- JpaRepository update
- Spring JPA Specification
- 도커 컨테이너 로그
- spring repository
- 도커 로그 확인
- spring JPA DB Connection
- JPA DB 다중 Connection
- doker logs tail
- spring mapper
- CrudRepository update
- vuecomponent
- JAVA Exception 종류
- 도커 logs
- Vue
- Data Annotation
- spring @mapper
- Transactions Propagation Option
- mapper annotationo
- 자바버그수정
- docker 로그
- spring JPA DB multi Connection
- NoArgsConstructor
- Spring
- vueslot
- AllArgsConstructor
- spring mapper annotation
Archives
- Today
- Total
목록vuecomponent (1)
개발을 잘하고 싶은 개발자
[Vue] Vue Component의 등록
**전역등록(Global Registration)**과 지역등록(Local Registration) 참고 https://kdydesign.github.io/2019/04/27/vue-component/ Vue를 제대로 익히지 않고 남발하면서 개발하면 이 언어를 사용하는 의미가 없어 하루하루 Vue를 개발하는 내내 내가 잘 사용하고 있는게 맞는지 의심이 든다ㅠ 그래서 오늘도 공부. 컴포넌트의 등록과 사용 컴포넌트의 등록에는 전역등록(Global Registration)과 지역등록(Local Registration)으로 나눌 수 있다. 1. 전역등록 (Global Registration) 컴포넌트 전역등록은 프로그래밍에서 전역 변수와 같은 의미이다. 인스턴스 생성 후 어느 페이지 또는 컴포넌트에서 사용할 수..
카테고리 없음
2022. 1. 16. 15:21