[BAEL-17476] - Add README descriptions 13 (#7863)
* [BAEL-17476] - Add README descriptions 13 * Changed the wording in some modules
This commit is contained in:
committed by
Josh Cummings
parent
2a381c38aa
commit
c2cf7ae969
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user