A small chat application made with Spring Boot and Hibernate
Prerequisites
- JDK 1.8
- Maven
- MySQL
Run the application
- Run
git clone git@github.com:ramswaroop/springboot-hibernate.git
cd
into directory- Run command
mvn clean spring-boot:run
(addsudo
if required) - Open url
http://localhost:8080
on your browser - Chat with yourself (get crazy)