# YiqiBlog **Repository Path**: tensor-core/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**: 0 - **Forks**: 1 - **Created**: 2020-07-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **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