Giter VIP home page Giter VIP logo

simple-cms's Introduction

Simple-CMS

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

Spring-Boot Dependency

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.6.7</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 协议开源。

simple-cms's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.