Skip to content

Commit

Permalink
JAVA-6439: Check PR for spring-security-web-sockets module
Browse files Browse the repository at this point in the history
  • Loading branch information
freelansam committed Sep 5, 2021
1 parent 5e4c5a4 commit 06024e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions spring-security-modules/spring-security-web-sockets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This module contains articles about WebSockets with Spring Security

### 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.
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.
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.
11 changes: 7 additions & 4 deletions spring-security-modules/spring-security-web-sockets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,14 @@
<finalName>spring-security-web-sockets</finalName>
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<version>1.7.6</version>
<configuration>
<path>/spring-security-mvc-socket</path>
<container>
<containerId>tomcat9x</containerId>
<type>embedded</type>
</container>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 06024e7

Please sign in to comment.