# note2y **Repository Path**: ostricher/note2y ## Basic Information - **Project Name**: note2y - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-17 - **Last Updated**: 2026-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Note2y(你的私人笔记助手) 简易高频检索笔记系统。 ## 技术栈 * **后端**: Java 8, Spring Boot 2.7.18, Spring Data JPA * **数据库**: H2 (文件模式保存在 `./data/memo`) * **前端**: Vue 3 + Axios (HTML 引入) ## 特性 * 支持树形层级多级分类 * 极速全局搜索(注释及内容高亮) * 内容自动防抖保存 * 直接图片上传处理 ## 如何运行 1. 确保拥有 `Java 8` 安装在主机上。 2. 用下方命令运行: ```bash java -jar target/note2y-1.0.0-SNAPSHOT.jar ``` 3. 通过浏览器访问 `http://localhost:8080` 进行测试。