Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4accd0f

Browse files
author
Rajeev Kumar Singh
committed
Readme
1 parent 1535944 commit 4accd0f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

‎.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ build/
2121
nbbuild/
2222
dist/
2323
nbdist/
24-
.nb-gradle/
24+
.nb-gradle/
25+
# Elastic Beanstalk Files
26+
.elasticbeanstalk/*
27+
!.elasticbeanstalk/*.cfg.yml
28+
!.elasticbeanstalk/*.global.yml

‎Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ You can checkout the live version of the application at https://spring-ws-chat.h
1010

1111
## Steps to Setup
1212

13-
1. Clone the application
13+
1. **Clone the application**
1414

1515
```bash
1616
git clone https://github.com/callicoder/spring-boot-websocket-chat-demo.git
1717
```
1818

19-
2. Build and run the app using maven
19+
2. **Build and run the app using maven**
2020

2121
```bash
2222
cd spring-boot-websocket-chat-demo

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /