基于 Java 的开源 CMS 系统 PublicCMS

码农软件 · 软件分类 · 建站系统CMS · 2020-01-24 16:59:05

软件介绍

PublicCMS V4.0

简介

PublicCMS是采用2018年最新主流技术开发的开源Java CMS系统。架构科学,轻松支持上千万数据、千万PV;支持全站静态化,SSI,动态页面局部静态化等为您快速建站,建设大规模站点提供强大驱动,也是企业级项目产品原型的良好选择。

获取可运行程序

链接:https://pan.baidu.com/s/1QIPaIhuASKC_16ZJ6v4SgQ 密码:eo4r

获取稳定版源码

https://git.oschina.net/sanluan/PublicCMS
https://github.com/sanluan/PublicCMS

结构说明

  • data\publiccms PublicCMS数据目录

  • doc 文档

  • publiccms-parent 工程源码

  • LISCENSE 授权协议

  • README.md 说明

  • Update History.md 更新历史

编译运行

cd publiccms-parent
mvnw clean package
cd publiccms/target
java -jar publiccms.war

访问程序页面http://localhost:8080/publiccms/ ,根据页面提示配置并初始化数据库 管理后台访问相对路径为http://localhost:8080/publiccms/admin/ ,数据脚本内置管理员账号/密码:admin/admin,登录后请务必修改密码

docker中运行

docker run -d sanluan/publiccms

更多详情参考 https://hub.docker.com/r/sanluan/publiccms/

演示

本文地址:https://www.codercto.com/soft/d/24096.html

Algorithms and Data Structures

Algorithms and Data Structures

Kurt Mehlhorn、Peter Sanders / Springer / 2008-08-06 / USD 49.95

Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer shoul......一起来看看 《Algorithms and Data Structures》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具