Skip to content

一个非常轻量级的 CMS 后台管理系统,使用 Spring-Boot 开发

License

Notifications You must be signed in to change notification settings

naivetoby/simple-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-CMS

非常轻量级的 CMS 后台管理系统,使用 Spring-Boot 开发。

Spring-Boot Dependency

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.6.9</version>
</parent>

数据库初始化

1. 新建一个 utf8 编码的数据库名为 cms
2. 将 sql/cms.sql 中的 heart 替换成数据库的用户名
3. 再执行SQL完成初始化

application.yml 配置

#是否启用超级管理员
requireAdmin: true
#超级管理员登录名
superUserName: heart2022
#超级管理员密码
superUserPwd: heart2022
#是否为开发模式
isDevelopment: true
#登录错误次数上限
errorLoginCount: 3
#登录错误超过错误次数上限,用户锁定时间(分钟)
lockTime: 1
#保存标签的开启/关闭
saveLabel: false
#提示时间
tipTime: 7

许可证

license

使用 Apache License - Version 2.0 协议开源。

About

一个非常轻量级的 CMS 后台管理系统,使用 Spring-Boot 开发

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published