Add websocket example

This commit is contained in:
Ivan Paolillo
2016-04-18 16:42:18 +02:00
parent 3061fc7c0f
commit 70e9d2fa18
2 changed files with 23 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ import org.springframework.web.servlet.DispatcherServlet;
public class MainWebAppInitializer implements WebApplicationInitializer {
private static final String TMP_FOLDER = "C:/Users/ivan/Desktop/tmp";
private static final String TMP_FOLDER = "/tmp";
private static final int MAX_UPLOAD_SIZE = 5 * 1024 * 1024; // 5 MB
/**