18 lines
		
	
	
		
			788 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			788 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Spring Security Web Sockets
 | |
| 
 | |
| This module contains articles about WebSockets with Spring Security 
 | |
| 
 | |
| ### Relevant Articles: 
 | |
| 
 | |
| - [Intro to Security and WebSockets](https://www.baeldung.com/spring-security-websockets)
 | |
| - [Spring WebSockets: Send Messages to a Specific User](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 deploy on a server like Tomcat.
 | |
| 
 | |
| Alternatively, run the project from an IDE, with the maven goal `org.codehaus.cargo:cargo-maven2-plugin:run`
 | |
| 
 | |
| To login, use credentials from the data.sql file in src/main/resource, eg: user/password.
 |