Files
java-tutorials/spring-security-mvc-socket/README.md
T

11 lines
510 B
Markdown
Raw Normal View History

2018-09-23 11:33:01 +03:00
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.
To login, use credentials from the data.sql file in src/main/resource, eg: user/password.
2017-07-04 03:57:27 +01:00
### Relevant Articles:
2017-07-11 08:08:44 -05:00
- [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)