An open API service indexing awesome lists of open source software.

https://github.com/rampatra/springboot-hibernate

A small chat application made with Spring Boot and Hibernate
https://github.com/rampatra/springboot-hibernate

chat-app chat-application demo hibernate learn poc practice spring spring-boot

Last synced: about 2 months ago
JSON representation

A small chat application made with Spring Boot and Hibernate

Awesome Lists containing this project

README

        

# 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**

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