A blogging system written in java8、spring boot、jpa、hibernate-search and reactjs. beautiful and elegant, worth trying
https://github.com/chaokunyang/amanda.git
预览:
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.sh
./start.sh