본문 바로가기

[Node.js] MACOS에 Homebrew를 이용하여 Node.js 설치하기 1. node 설치 2. npx 설치 - npx는 1회성으로 최신 버전이 노드 패키지를 내려받아 설치시켜주는 노드 패키지이기 때문에 npx는 npm으로 설치해주어야 한다고 한다.
MAC에서 MYSQL, MARIADB 설치하기 AWS RDS를 이용해서 MariaDB사용하고 있는 중이였는데...설정을 몇개 누락해서 청구서가 날아왔다...😭 그래서 homebrew를 이용해서 맥북에 MaraDB를 설치하려고 한다. 1. 설치 2. 설정 설치 끝! MYSQL 삭제
Annotation processor 'com.querydsl.apt.jpa.JPAAnnotationProcessor' not found https://github.com/ewerk/gradle-plugins/issues/112 Annotation processor 'com.querydsl.apt.jpa.JPAAnnotationProcessor' not found · Issue #112 · ewerk/gradle-plugins When I executed the build command, I made the following mistakes. I'm not very familiar with gradle. Please help me see. ` This is my gradle file. buildscript{ repositories { mavenLocal() maven... github.com https://vesselsdiary.tisto..
QueryDSL로 생성한 Q도메인들을 찾지 못할 때 https://java.ihoney.pe.kr/279 Intellij 에서 QueryDSL로 생성한 Q도메인들을 찾지 못할 때 프로젝트를 실행시키려고 했는데, 생성된 QueryDSL용 Q도메인(@Entity 애노테이션이 사용된 도메인 객체를 QueryDSL에서 변형가공)을 인식하지 못하는 문제가 발생했다. 이클립스에서는 별다른 문제없 java.ihoney.pe.kr https://kururu.tistory.com/147 ch06-QueryDSL gradle 소스 변경 힌트 : https://stackoverflow.com/questions/23734774/when-adding-jar-module-android-must-not-contain-source-root (when adding jar) - Modu..
@joincolumn cannot resolve column https://stackoverflow.com/questions/29155350/jpa-cannot-resolve-column-intellij JPA Cannot resolve column/IntelliJ I'm trying to map some Java classes using the Hibernate JPA implementation. My problem is that I can't use hardcoded Strings als column namens. You can see the error message I get in the picture be... stackoverflow.com