[BAEL-17476] - Add README descriptions 13 (#7863)

* [BAEL-17476] - Add README descriptions 13

* Changed the wording in some modules
This commit is contained in:
Sam Millington
2019-09-25 14:30:51 +01:00
committed by Josh Cummings
parent 2a381c38aa
commit c2cf7ae969
10 changed files with 39 additions and 20 deletions

View File

@@ -1,3 +1,15 @@
## Spring Security MVC Socket
This module contains articles about WebSockets with Spring Security
### Relevant Articles:
- [Intro to Security and WebSockets](http://www.baeldung.com/spring-security-websockets)
- [Spring WebSockets: Build an User Chat](https://www.baeldung.com/spring-websockets-send-message-to-user)
- [REST vs WebSockets](https://www.baeldung.com/rest-vs-websockets)
### Running This Project:
To build the project, run the command: mvn clean install. This will build a war file in the target folder that you can deploye on a server like Tomcat.
Alternatively, run the project from an IDE.
@@ -5,7 +17,3 @@ Alternatively, run the project from an IDE.
To login, use credentials from the data.sql file in src/main/resource, eg: user/password.
### Relevant Articles:
- [Intro to Security and WebSockets](http://www.baeldung.com/spring-security-websockets)
- [Spring WebSockets: Build an User Chat](https://www.baeldung.com/spring-websockets-send-message-to-user)
- [REST vs WebSockets](https://www.baeldung.com/rest-vs-websockets)