We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1535944 commit 4accd0fCopy full SHA for 4accd0f
.gitignore
@@ -21,4 +21,8 @@ build/
21
nbbuild/
22
dist/
23
nbdist/
24
-.nb-gradle/
+.nb-gradle/
25
+# Elastic Beanstalk Files
26
+.elasticbeanstalk/*
27
+!.elasticbeanstalk/*.cfg.yml
28
+!.elasticbeanstalk/*.global.yml
Readme.md
@@ -10,13 +10,13 @@ You can checkout the live version of the application at https://spring-ws-chat.h
10
11
## Steps to Setup
12
13
-1. Clone the application
+1. **Clone the application**
14
15
```bash
16
git clone https://github.com/callicoder/spring-boot-websocket-chat-demo.git
17
```
18
19
-2. Build and run the app using maven
+2. **Build and run the app using maven**
20
cd spring-boot-websocket-chat-demo
0 commit comments