A simple ajax comment-system built using spring boot, spring data jpa, hibernate & jquery
- Download zip or clone into your local machine
- Import project into eclipse as a maven project
- Change runtime environment as jdk 1.8
- Setup database with schema name content. URL will be jdbc:mysql://localhost:3306/content
- Modify application.properties file with your datasource information
- run
mvn clean install
- run
spring-boot:run
- Access the comment system client at http://localhost:8080/client.html
Please email me at [email protected] if you have any feedback or suggestions