JAVA-6439: review comments incorporated

This commit is contained in:
sampadawagde 2021-09-11 15:05:02 +05:30
parent a7fa2acb20
commit f8bea1acc2
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ 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 deploy on a server like Tomcat.
Alternatively, run the project from an IDE, with the maven goal `org.codehaus.cargo:cargo-maven2-plugin:run`

View File

@ -157,7 +157,7 @@
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<version>1.7.6</version>
<version>${cargo-maven2-plugin.version}</version>
<configuration>
<container>
<containerId>tomcat9x</containerId>
@ -182,6 +182,7 @@
<spring-data-jpa.version>1.11.3.RELEASE</spring-data-jpa.version>
<logback-classic.version>1.2.3</logback-classic.version>
<spring-boot-starter-test.version>1.5.10.RELEASE</spring-boot-starter-test.version>
<cargo-maven2-plugin.version>1.7.6</cargo-maven2-plugin.version>
</properties>
</project>