# note-boot-groovy **Repository Path**: zhouboyi/note-boot-groovy ## Basic Information - **Project Name**: note-boot-groovy - **Description**: No description available - **Primary Language**: Groovy - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-18 - **Last Updated**: 2025-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: Groovy, SpringBoot, MongoDB ## README

📔 note-boot-groovy

### 📖 语言 简体中文 | [English](./README.en.md) ### 🐳 Docker * 项目根目录下运行以下命令 #### Maven 打包 ``` mvn clean package -DskipTests ``` #### 拉取 Docker 基础镜像 ``` docker pull amazoncorretto:17.0.13 ``` #### Docker 构建 ``` docker build -t note-boot-groovy . ``` #### Docker 运行 ``` docker run -d -p 18095:18095 --name note-boot-groovy note-boot-groovy ``` ### 📜 开源协议 [MIT License](https://opensource.org/licenses/MIT) Copyright (c) 2022 周博义