# base-test **Repository Path**: yibu_zzn/base-test ## Basic Information - **Project Name**: base-test - **Description**: 单元化测试、验证各类技术特性 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-30 - **Last Updated**: 2024-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 环境 Java ``` java version "17.0.5" 2022-10-18 LTS Java(TM) SE Runtime Environment (build 17.0.5+9-LTS-191) Java HotSpot(TM) 64-Bit Server VM (build 17.0.5+9-LTS-191, mixed mode, sharing) ``` Gradel ``` yibu@****-Pro ~ % brew info gradle ==> gradle: stable 7.6 (bottled) Open-source build automation tool based on the Groovy and Kotlin DSL https://www.gradle.org/ /usr/local/Cellar/gradle/7.6 (14,662 files, 3.5GB) * Poured from bottle on 2022-11-29 at 21:59:43 From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/gradle.rb License: Apache-2.0 ==> Dependencies Required: openjdk@17 ✔ ``` Docker MySQL ``` docker run --name mysql-container -e MYSQL_ROOT_PASSWORD=root -p 3306:3306 -d mysql ``` Docker Redis ``` docker run --name redis-cont -d -p 6379:6379 redis ```