# YiqiBlog **Repository Path**: yiqirun/YiqiBlog ## Basic Information - **Project Name**: YiqiBlog - **Description**: 个人博客系统, 基于SpringBoot+Vuejs+ElementUI开发. - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://yiqi.run - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 1 - **Created**: 2019-05-24 - **Last Updated**: 2025-08-21 ## Categories & Tags **Categories**: blog **Tags**: None ## README # clean build gradle clean # build project and generate the jar file gradle build # build and start test tomcat server with app gradle bootRun # debug in windows gradle kill && gradle clean && gradle run