TencentCloud / TencentCloud/tencentcloud-sdk-java

can not import any classes

Open
#255 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
583
Forks
281
PR merge metrics
No merged PRs in 30d

Description

  • Image configuration has been added to settings.xml:
<mirror>
  <id>tencent</id>
  <name>tencent maven mirror</name>
  <url>https://mirrors.tencent.com/nexus/repository/maven-public/</url>
  <mirrorOf>*</mirrorOf>
</mirror>
  • Install by using maven deps:
<!-- https://mvnrepository.com/artifact/com.tencentcloudapi/tencentcloud-sdk-java -->
<dependency>
  <groupId>com.tencentcloudapi</groupId>
  <artifactId>tencentcloud-sdk-java</artifactId>
  <version>3.1.1243</version>
</dependency>
  • Building with MVN command:
mvn clean package -Dmaven.test.skip=true
  • Introducing into the code:
Image

Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the Maven build with the mirror in settings.xml and the com.tencentcloudapi:tencentcloud-sdk-java:3.1.1243 dependency. Inspect the import examples shown in the issue and capture the compiler error; done means the dependency resolves and the required classes can be imported successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.