Skip to content

A small chat application made with Spring Boot and Hibernate

License

Notifications You must be signed in to change notification settings

rampatra/springboot-hibernate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-hibernate

A small chat application made with Spring Boot and Hibernate

Getting started

Prerequisites

  1. JDK 1.8
  2. Maven
  3. MySQL

Run the application

  1. Run git clone [email protected]:ramswaroop/springboot-hibernate.git
  2. cd into directory
  3. Run command mvn clean spring-boot:run (add sudo if required)
  4. Open url http://localhost:8080 on your browser
  5. Chat with yourself (get crazy)