inflearn logo
Course

Course

Instructor

imeanyou's Posts

imeanyou imeanyou

@imeanyou

Reviews Written
7
Average Rating
3.6

Posts 2

Q&A

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

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

Likes
1
Comments
1
Viewcount
461

Q&A

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 이 확장 설치하면 되네요! 해결!

Likes
3
Comments
1
Viewcount
1023