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 cdinto directory- Run command
mvn clean spring-boot:run(addsudoif required) - Open url
http://localhost:8080on your browser - Chat with yourself (get crazy)