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
- Host: GitHub
- URL: https://github.com/rampatra/springboot-hibernate
- Owner: rampatra
- License: mit
- Created: 2016-03-11T09:41:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T10:21:33.000Z (about 9 years ago)
- Last Synced: 2025-04-15T22:56:54.994Z (about 2 months ago)
- Topics: chat-app, chat-application, demo, hibernate, learn, poc, practice, spring, spring-boot
- Language: Java
- Size: 64.5 KB
- Stars: 14
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)_