Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terwer/bugucms-plugin-container
plugin container for light-weight,pluggable cms 基于SpringBoot的插件化容器
https://github.com/terwer/bugucms-plugin-container
cms cms-framework pf4j pf4j-spring-boot plugin plugin-framework spring-boot
Last synced: about 1 month ago
JSON representation
plugin container for light-weight,pluggable cms 基于SpringBoot的插件化容器
- Host: GitHub
- URL: https://github.com/terwer/bugucms-plugin-container
- Owner: terwer
- Created: 2018-12-04T06:59:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T07:18:41.000Z (over 2 years ago)
- Last Synced: 2024-04-16T17:23:12.044Z (10 months ago)
- Topics: cms, cms-framework, pf4j, pf4j-spring-boot, plugin, plugin-framework, spring-boot
- Language: PLpgSQL
- Homepage: http://v4.terwergreen.com
- Size: 45.4 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh.md
Awesome Lists containing this project
README
# bugucms
轻量级,插件化的开发平台
![BuguCMS](https://ghproxy.com/https://raw.githubusercontent.com/terwer/bugucms/82078355d55db99479df464ca0fb56960f899a93/logo.jpg)
释义:BuguCMS,全称 Bugu Content Manage System,中文即布谷内容管理系统,灵感取自布谷鸟,鸣声响亮,二声一度,希望用户在使用时像耳边时刻响起布谷鸟叫声一样愉悦。
# 亮点
- 插件支持,支持自定义插件和扩展
- 多模板引擎支持,支持主流模板引擎Thymeleaf、Freemarker、Velocity
- 多数据库支持,主持主流数据库Oracle、SQL Server、MySQL、H2# 准备
先安装公共插件接口
https://gitee.com/youweics/shared-plugin-interfaces
# 运行
## docker(推荐)
```
docker compose up --build
```## 自定义
```
chmod +x run.sh
./run.sh
```