No. | Preparation | Specific Description |
1 | TencentDB for Redis® | Select and create a TencentDB for Redis® instance. For specific operations, see Creating TencentDB for Redis® Instances. |
2 | CVM environment | For access through the private network of Tencent Cloud, it is recommended to choose Cloud Virtual Machine (CVM). The S5.2XLARGE16 specification is used in this practice tutorial. Note: Note: Ensure the purchased CVM is in the same region as that of TencentDB for Redis®, and the VPC and security group policy can be connected to the database instance normally. For access through the public network of Tencent Cloud, the local client operating environment can be used. For specific operations, see Enabling Public Network Access for TencentDB for Redis® Instances. |
3 | Spring Boot framework | Access spring initializr to quickly generate and download a basic Spring Boot project framework. This practice uses Spring Boot 3.4.1. |
4 | JDK | Spring Boot 3.4.* requires JDK 17 or later versions. The version used in this practice tutorial is Tencent Kona JDK 17.0.13. |
5 | Maven | Maven is a project management and build tool developed by the Apache Software Foundation. Based on the concept of Project Object Model (POM), it uses declarative configuration to manage the building, reporting, and document generation of projects. This simplifies and standardizes the project building process while efficiently managing project dependencies. The version used in this practice tutorial is Maven 3.9.9. |
Feedback