fix maven war plugin, edit readme
This commit is contained in:
parent
1ee74058a2
commit
7adf284a38
@ -1,3 +1,10 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Intro to Security and WebSockets](http://www.baeldung.com/spring-security-websockets)
|
- [Intro to Security and WebSockets](http://www.baeldung.com/spring-security-websockets)
|
||||||
- [Spring WebSockets: Specific User Chat](http://www.baeldung.com/spring-websocket-specific-user-chat)
|
- [Spring WebSockets: Specific User Chat](http://www.baeldung.com/spring-websocket-specific-user-chat)
|
@ -151,7 +151,7 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.tomcat.maven</groupId>
|
<groupId>org.apache.tomcat.maven</groupId>
|
||||||
@ -171,7 +171,6 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
|
||||||
<finalName>spring-security-mvc-socket</finalName>
|
<finalName>spring-security-mvc-socket</finalName>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user