chaokunyang / amanda

A blogging system written in java8、spring boot、jpa、hibernate-search and reactjs. beautiful and elegant, worth trying

Home Page:http://timeyang.com

Repository from Github https://github.comchaokunyang/amandaRepository from Github https://github.comchaokunyang/amanda

Amanda

Amanda is a blogging system written in java8、spring boot. Elegant and beautiful, worth trying. http://timeyang.com

Demo

网站示例http://timeyang.com

预览

  • 首页 首页

  • 文章 文章

  • 简介 简介

  • 登录 登录

  • 后台首页 后台首页

  • 后台文章列表 后台文章列表

  • 文章编辑 文章编辑

  • 文件 文件

  • 简介 简介

  • 监控 监控

  • 设置 文件

Getting Started

create database

CREATE DATABASE amanda DEFAULT CHARACTER SET 'utf8' DEFAULT COLLATE 'utf8_unicode_ci';
USE amanda;
grant all privileges on *.* to 'amanda'@'localhost' identified by '123456'; 
grant all privileges on *.* to 'amanda'@'127.0.0.1' identified by '123456'; 
grant all privileges on *.* to 'amanda'@'::1' identified by '123456'; 
flush privileges;

Setup

./setup.sh

Start

./start.sh

Development

To build a development version you'll need a recent version of Kafka. You can build jkes with Maven using the standard lifecycle phases.

Contribute

LICENSE

This project is licensed under Apache License 2.0.

About

A blogging system written in java8、spring boot、jpa、hibernate-search and reactjs. beautiful and elegant, worth trying

http://timeyang.com

License:Apache License 2.0


Languages

Language:Java 37.9%Language:CSS 29.0%Language:JavaScript 27.1%Language:HTML 5.9%Language:Shell 0.1%