杜郎俊赏 - dujun.io

开源实例之BootDo

bootdo-example封面
前言 BootDo是高效率,低封装,面向学习型,面向微服的开源Java EE开发框架。 BootDo是在SpringBoot基础上搭建的一个Java基础开发平台,MyBatis为数据访问层,ApacheShiro为权限授权层,Ehcahe对常用数据进行缓存。 BootDo主要定位于后台管理系统学习交流,已内置后台管理系统的基础功能和高效的代码生成工具, 包括:系统权限组件、数据权限组件、数据字典组件、核心工具组件、视图操作组件、工作流组件、代码生成等。 前端界面风格采用了结构简单、性能优良、页面美观大气的Twitter Bootstrap页面展示框架。 采用分层设计、双重验证、提交数据安全编码、密码加密、访问验证、数据权限验证。 使用Maven做项目管理,提高项目的易开发性、扩展性。 BootDo 是一个集成了博客系统的管理后台,很适合公司做官博。 实例地址 http://bootdo.d...

2023-08-10

开源实例之mayday

mayday-example封面
前言 mayday博客系统,基于springboot、mybatis、ehcache、thymeleaf、bootstrap做的博客系统,完美自适应,支持markdown编辑器。 实例地址 http://mayday.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Java 20 数据库 MariaDB 10.5 程序 mayday 实例部署 权限要求 具有系统读写权限 已安装 Java 20 已安装 MySQL 安装程序 仓库地址:https://github.com/gujiniCY/mayday #克隆代码 git clone https://github.com/gujiniCY/mayday.git #将 sql/mayday.sql 导入数据库 #修改 application.yaml 数据库配置 #打包 mvn clean package -Dma...

2023-08-07

开源实例之My-Blog

my-blog-example封面
前言 A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis. My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验。 实例地址 http://my-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Java 20 数据库 MariaDB 10.5 程序 My-Blog 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 MySQL 安装程序 仓库地址:https://github.com/ZHENFENG13/My-Blog #克隆代码 git clone https://github...

2023-08-04

开源实例之NiceFish

nicefish-example封面
前言 NiceFish(美人鱼) 是一个系列项目,目标是示范前后端分离的开发+部署模式。前端有3个版本:浏览器环境、移动端环境、Electron 环境;后端有2个版本:SpringBoot 版本和 SpringCloud 版本。 本实例是 NiceFish 搭建的博客,前端使用 Angular 版,后端使用 SpringCloud 版。 实例地址 http://nicefish.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Java 20 开发环境服务端 Node.js 16 数据库 MariaDB 10.5 服务器 Nginx 程序 NiceFish 15.2.4 实例部署 权限要求 具有系统读写权限 已安装 Java、Node.js 已安装 MySQL 已安装 Nginx 安装程序 前端仓库:https://gitee.com/mumu-osc/NiceF...

2023-08-02

开源实例之Mblog

mblog-example封面
前言 Mblog (mtons blog) 开源博客系统,是一个简单、大气、美观、支持多端(PC,Mobile,Pad)访问的的多人博客系统,采用 Java 语言开发,支持mysql/h2数据库,采用spring-boot、jpa、shiro、bootstrap等流行框架开发;具有性能优异、简单实用、安全稳定、支持全文检索的特点。 实例地址 http://mblog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Java 1.8 数据库 MariaDB 10.5 程序 Mblog 3.5.0 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 MySQL 安装程序 仓库地址:https://github.com/langhsu/mblog 文档地址:https://langhsu.github.io/mblog Docker 部署 git clon...

2023-07-31

开源实例之Tale

tale-example封面
前言 Tale是一款简洁美观的Java博客系统,让每一个有故事的人更好的表达想法!Tale 使用了轻量级 mvc 框架 Blade 开发,默认主题使用了漂亮的 pinghsu。 实例地址 http://tale.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Java 1.8 数据库 SQLite 3 程序 Tale 2.0.5 实例部署 权限要求 具有系统读写权限 已安装 Java 安装程序 仓库地址:https://github.com/otale/tale wget https://github.com/otale/tale/releases/download/v2.0.5/tale.tar.gz tar -zxvf tale.tar.gz chmod +x tool ./tool start 访问网站,跟随安装程序引导填写即可。 实例体验 进入实例深度体...

2023-07-29

开源实例之JPress

jpress-example封面
前言 一个使用 Java 开发的、类似 WordPress 的产品,支持多站点、多语种自动切换等。 本实例是基于 JPress 搭建的博客程序。 实例地址 http://jpress.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Java 1.8 数据库 MariaDB 10.5 程序 JPress 5.1.0 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 官网地址:http://www.jpress.cn 仓库地址:https://gitee.com/JPressProjects/jpress Docker部署 curl -O https://gitee.com/JPressProjects/jpress/raw/master/docker-compose.yml docker-compose up -d 编译安装 下...

2023-07-28

开源实例之Perun静态网站

perun-website-example封面
前言 本篇是 Perun 生成的静态网站实例。另有《开源实例之Perun》为静态博客实例。 实例地址 http://perun-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Java 1.8 服务器 Nginx 程序 Perun 0.4.2 数据 perun.io 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 官网地址:https://perun.io 程序仓库:https://github.com/hashobject/perun 数据仓库:https://github.com/hashobject/perun.io #安装 boot sudo bash -c "cd /usr/local/bin && curl -fsSLo boot https://github.com/boot-clj/b...

2023-07-04

开源实例之Perun

perun-example封面
前言 Simple, composable static site generator built on top of the Boot. Inspired by Boot task model and Metalsmith. Perun is a collection of boot tasks that you can chain together and build something custom that suits your needs. 实例地址 http://perun.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Java 1.8 服务器 Nginx 程序 Perun 0.4.2 数据 jstaffans blog 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 官网地址:https://peru...

2023-07-04

开源实例之Orchid

orchid-example封面
前言 Build and deploy beautiful documentation sites that grow with you. Orchid is a general-purpose static site generator with a focus on extensibility, and aimed at developers looking to improve their technical documentation. Orchid was born out of a desire for better-looking Javadocs and frustration with how difficult is it to manage large Jekyll sites and keep it up-to-date with your code. Orchid...

2023-06-30

分页: 1 2 3 4