Tag

Gitee

0 views collected around this technical thread.

Java Architecture Diary
Java Architecture Diary
Mar 17, 2025 · Artificial Intelligence

Build a Java AI Gitee Assistant with LangChain4j and MCP: Step‑by‑Step Guide

This article explains how to integrate Gitee's Model Control Protocol (MCP) with Java using LangChain4j, covering download, Maven setup, configuration, both stdio and SSE transport modes, sample code, output examples, and a comparison of the two modes to create an AI‑powered repository assistant.

AI AssistantGiteeJava
0 likes · 11 min read
Build a Java AI Gitee Assistant with LangChain4j and MCP: Step‑by‑Step Guide
Java Tech Enthusiast
Java Tech Enthusiast
Oct 21, 2022 · Backend Development

Implementing Third-Party OAuth2 Login with Gitee in Spring Boot

The article walks through registering a Gitee OAuth2 application, building a Spring Boot project with a login page, implementing a controller that exchanges the authorization code for an access token, retrieves user information, and displays the authenticated user's name and avatar on a success page.

GiteeJavaOAuth2
0 likes · 9 min read
Implementing Third-Party OAuth2 Login with Gitee in Spring Boot
IT Services Circle
IT Services Circle
Apr 2, 2022 · Operations

How to Migrate Gitee Image Hosting to Cloud Servers Using the PicGo Plugin

This guide explains why Gitee's new anti‑hotlinking measures break image links in blogs and provides a step‑by‑step tutorial for migrating those images to cloud servers using the PicGo plugin, ensuring your articles remain accessible and backed up locally.

GiteePicGoanti-hotlinking
0 likes · 3 min read
How to Migrate Gitee Image Hosting to Cloud Servers Using the PicGo Plugin
Architecture Digest
Architecture Digest
Mar 12, 2022 · Operations

Using Jenkins to Clone a Gitee Project, Build with Maven, and Deploy via Shell Scripts

This article walks through installing Jenkins, preparing the environment with JDK, Git, and Maven, configuring Jenkins plugins and a freestyle job, defining build parameters and shell scripts to clone a Gitee repository, build a Spring Boot jar with Maven, stop any running instance, and start the new application, followed by troubleshooting tips and a final summary.

CI/CDGiteeJenkins
0 likes · 6 min read
Using Jenkins to Clone a Gitee Project, Build with Maven, and Deploy via Shell Scripts
DevOps Cloud Academy
DevOps Cloud Academy
Aug 9, 2021 · Operations

Using GitHub Actions to Continuously Sync Repositories to Gitee

This guide explains how to configure GitHub Actions to automatically synchronize GitHub repositories with Gitee, covering the basics of GitHub Actions, synchronization methods, action selection or creation, required preparation steps, workflow syntax, and practical code examples.

CI/CDDevOpsGitHub Actions
0 likes · 9 min read
Using GitHub Actions to Continuously Sync Repositories to Gitee
DevOps Cloud Academy
DevOps Cloud Academy
Jan 14, 2021 · Operations

Automating Hugo Blog Deployment with GitHub Actions and Gitee Mirror

This guide explains how to version‑control Hugo blog posts on GitHub, set up a GitHub Actions workflow that builds and publishes the static site, and mirror the generated pages to Gitee for faster access, covering branch strategy, CI/CD steps, and required code snippets.

CI/CDDevOpsGitHub Actions
0 likes · 7 min read
Automating Hugo Blog Deployment with GitHub Actions and Gitee Mirror
Selected Java Interview Questions
Selected Java Interview Questions
Sep 25, 2020 · Operations

Accelerating Git Clone Speed Using Gitee Mirror and Submodule Optimization

This guide explains how to boost Git repository download speeds in China by mirroring projects to Gitee, using fork and clone operations, and optimizing submodule handling to achieve transfer rates of 1–2 MB/s instead of the typical 20 KB/s.

DevOpsGiteeRepository
0 likes · 5 min read
Accelerating Git Clone Speed Using Gitee Mirror and Submodule Optimization
Wukong Talks Architecture
Wukong Talks Architecture
Aug 10, 2020 · Operations

How to Set Up and Push to Two Remote Git Repositories (GitHub and Gitee)

This guide explains how to create identical repositories on GitHub and Gitee, clone them locally, replace the default remote, add both remotes, and push code to each, while also covering common authentication and push‑rejection issues.

DevOpsGitHubGitee
0 likes · 5 min read
How to Set Up and Push to Two Remote Git Repositories (GitHub and Gitee)
vivo Internet Technology
vivo Internet Technology
Nov 12, 2019 · Artificial Intelligence

Elasticsearch Retrieval Optimization in Gitee: Interview with Chen Xin

In an interview, Gitee’s chief architect Chen Xin explains why Elasticsearch was chosen for code search, outlines how combining search with NLP can both aid semantic understanding and enrich repository queries, and shares his views on the platform’s fast‑evolving ecosystem and upcoming community meetup.

ElasticsearchGiteeNLP
0 likes · 4 min read
Elasticsearch Retrieval Optimization in Gitee: Interview with Chen Xin