This is a demo for comments system by SpringBoot & Ajax & Hibernate
git clone https://github.com/zhazhalaila/SpringBoot-Comment-System.git
Config your mysql in application.properties
spring.datasource.url = your mysql url
spring.datasource.username = your mysql user
spring.datasource.password = your mysql password
Run with maven
cd server
mvn spring-boot:run
Go to client folder and open index.html. It's all. For fun.