# jet-CMS **Repository Path**: bit128/jet-cms ## Basic Information - **Project Name**: jet-CMS - **Description**: jet-cms是基于Java Springboot实现的内容管理系统。并且为移动端提供API和页面模板管理方案。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-04-17 - **Last Updated**: 2022-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.项目根目录下的data.sql为数据库表结构,根据需要请导入数据库中。默认的数据库名称为cms。 2.jet-mobile.zip为移动端的资源文件,如果需要支持移动端相关服务接口,请解压至磁盘中,然后在config.properties文件中配置jet.mobile.path目录。 3.如果要支持文件上传,需要在config.properties文件中配置上传文件保存的路径。