Skip to content

A simple ajax comment-system built using spring boot, spring data jpa, hibernate, jquery

Notifications You must be signed in to change notification settings

kishore5242/comment-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comment-system

A simple ajax comment-system built using spring boot, spring data jpa, hibernate & jquery

How to run

  1. Download zip or clone into your local machine
  2. Import project into eclipse as a maven project
  3. Change runtime environment as jdk 1.8
  4. Setup database with schema name content. URL will be jdbc:mysql://localhost:3306/content
  5. Modify application.properties file with your datasource information
  6. run mvn clean install
  7. run spring-boot:run
  8. Access the comment system client at http://localhost:8080/client.html

Please provide feedback

Please email me at [email protected] if you have any feedback or suggestions

About

A simple ajax comment-system built using spring boot, spring data jpa, hibernate, jquery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published