Index: eprms-tap/src/main/resources/META-INF/modules/webeditor-config-admin.js
===================================================================
--- eprms-tap/src/main/resources/META-INF/modules/webeditor-config-admin.js	(revision 7270e0306a8573cd95ea49ef6db712bc25065b14)
+++ eprms-tap/src/main/resources/META-INF/modules/webeditor-config-admin.js	(revision 5ec4b6a4dc779e9c1c0e6fd67218b50d9eb4ca09)
@@ -24,6 +24,6 @@
 	},
 	paths: {
-		'ckeditor-core': '../webjars/ckeditor/4.17.1/standard/ckeditor',
-		'ckeditor-jquery': '../webjars/ckeditor/4.17.1/standard/adapters/jquery'
+		'ckeditor-core': '../webjars/ckeditor/4.19.0/standard/ckeditor',
+		'ckeditor-jquery': '../webjars/ckeditor/4.19.0/standard/adapters/jquery'
 	}
 });
Index: eprms-tap/src/main/resources/META-INF/modules/webeditor-config.js
===================================================================
--- eprms-tap/src/main/resources/META-INF/modules/webeditor-config.js	(revision 7270e0306a8573cd95ea49ef6db712bc25065b14)
+++ eprms-tap/src/main/resources/META-INF/modules/webeditor-config.js	(revision 5ec4b6a4dc779e9c1c0e6fd67218b50d9eb4ca09)
@@ -24,6 +24,6 @@
 	},
 	paths: {
-		'ckeditor-core': '../webjars/ckeditor/4.17.1/standard/ckeditor',
-		'ckeditor-jquery': '../webjars/ckeditor/4.17.1/standard/adapters/jquery'
+		'ckeditor-core': '../webjars/ckeditor/4.19.0/standard/ckeditor',
+		'ckeditor-jquery': '../webjars/ckeditor/4.19.0/standard/adapters/jquery'
 	}
 });
Index: eprms-tap/src/main/resources/application.yml
===================================================================
--- eprms-tap/src/main/resources/application.yml	(revision 7270e0306a8573cd95ea49ef6db712bc25065b14)
+++ eprms-tap/src/main/resources/application.yml	(revision 5ec4b6a4dc779e9c1c0e6fd67218b50d9eb4ca09)
@@ -1,3 +1,7 @@
 server:
-    port: 8082
+   port: 8082
 
+spring:
+  servlet:
+    multipart:
+      enabled: false
