TencentCloud / TencentCloud/tencentcloud-sdk-java
can not import any classes
Open
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:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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