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

📔 note-boot

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