Skip to content

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

License

Notifications You must be signed in to change notification settings

chaokunyang/amanda

Repository files navigation

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.