inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

민유님의 게시글

민유 민유

@imeanyou

수강평 작성수
7
평균평점
3.6

게시글 2

질문&답변

상품카테고리 API 실행 후, respository.save() 오류

TypeOrmModule.forRoot({ type: 'mysql', entities: [__dirname + '/APIs/**/*.entity.*'], // *.entity.js 모두 자동등록되도록 synchronize: true, logging: true, }), 해결했습니다 ^^;; entities 파일경로에서 대소문자를 실제와 다르게 입력했어서 오류가 있었나봐요. /Apis => /APIs (실제 디렉토리명으로 변경) 대소문자 맞춰서 변경하니 제대로 작동합니다!

좋아요수
1
댓글수
1
조회수
461

질문&답변

VSCode 백틱(``) 내의 글자 색상

이름: GraphQL for VSCode ID: kumar-harsh.graphql-for-vscode 설명: GraphQL syntax highlighting, linting, auto-complete, and more! 버전: 1.15.3 게시자: Kumar Harsh VS Marketplace 링크: https://marketplace.visualstudio.com/items?itemName=kumar-harsh.graphql-for-vscode 이 확장 설치하면 되네요! 해결!

좋아요수
3
댓글수
1
조회수
1023