querydsl 질문
1883
작성한 질문수 3
안녕하세요 querydsl을 따라하는 중 build.gradle을 적용하는 과정에서 다음과 같은 에러가 나서 문의드립니다.
A problem occurred configuring root project 'jpashop'.
> Could not resolve all files for configuration ':classpath'.
> Could not find gralde.plugin.com.ewerk.gradle.plugins:querydsl-plugin:1.0.10.
Searched in the following locations:
- https://plugins.gradle.org/m2/gralde/plugin/com/ewerk/gradle/plugins/querydsl-plugin/1.0.10/querydsl-plugin-1.0.10.pom
If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
답변 4
0
build.gradle을 해당 링크를 참고해서 따라서 작성했는데 여전히 안됩니다
A problem occurred configuring root project 'jpashop'.
> Could not resolve all files for configuration ':classpath'.
> Could not find gralde.plugin.com.ewerk.gradle.plugins:querydsl-plugin:1.0.10.
Searched in the following locations:
- https://plugins.gradle.org/m2/gralde/plugin/com/ewerk/gradle/plugins/querydsl-plugin/1.0.10/querydsl-plugin-1.0.10.pom
If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
0
안녕하세요. 심윤보님, 공식 서포터즈 OMG입니다.
아래 링크에서 발생하는 에러가 동일한 에러로 보입니다.참고해주세요
https://www.inflearn.com/questions/149157
해결이 안될 경우 댓글남겨주세요.
감사합니다.
0
프로젝트 파일 링크입니다.
https://drive.google.com/file/d/1ImD2h-uyA98fZkXC2t_9IrL_sEmIgHFC/view?usp=sharing
SpringBoot4 버전 Hibernate5JakartaModule 라이브러리 오류
0
44
1
@JsonIgnore 이후 Internal Server Error가 발생하지 않습니다.
0
75
3
강의 관련 외 질문입니다.
0
108
2
SpringBoot4 + Hibernate7 모듈 등록 방법 공유
2
129
1
BeanCreationException
0
110
3
Update 후 UpdateMemberResponse 매핑할 때
0
74
1
트랜잭션을 사용 안 할 때 커넥션은 언제 가져오나요?
0
127
2
페이징 + 검색조건 관련해서 질문드립니다.
0
91
1
Query Dsl Q파일 질문입니다.
0
106
1
루트 쿼리라는것은
0
80
1
메서드를 분리하는 기준
0
91
1
findAllWithMemberDelivery 메서드 질문드립니다.
0
142
3
연관관계 매핑을 안 쓸 경우, 사용해야 하는 전략
0
120
2
fetch join과 영속화와 OSIV의 관계
0
121
2
Distinct 사용 전 결과에 대한 의문
0
140
2
레포지토리 계층에서의 트랜잭션에 대한 의문
0
75
1
영속성 컨텍스트 생명주기의 신기한 부분이 있습니다.
0
96
2
dto 필드 속 엔티티 여부
0
82
1
뷰템플릿 사용 시
0
103
2
Result 클래스 관련 질문
0
72
1
@PostConstruct 프록시 관련 질문드립니다
0
105
1
DTO 대신 Form 사용은 안되나요?
0
151
1
OSIV ON 상태일 때
1
109
1
fetch join VS fetch join 페이징 궁금증
0
215
2





