# wuji **Repository Path**: nivalsoul/wuji ## Basic Information - **Project Name**: wuji - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-25 - **Last Updated**: 2022-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wuji ## 一个简单的博客程序,支持发表文章,引用评论,引用文字发表文章等功能 ## 项目默认使用H2内嵌数据库,启动后访问http://localhost:port/console来管理H2。如果要使用MySQL,可以修改resources/application.properties中spring.datasource部分 ## 项目用到一个爬虫程序:webspider,位置在:https://github.com/nivalsoul/webspider, 下载后mvn install到本地仓库下 =======