-
Spring Boot Configure maxSwallowSize in embedded Tomcat
In Spring Boot, you can’t configure the embedded Tomcat maxSwallowSize via the common application properties, there is no option like server.tomcat.*.maxSwallowSize
Date: 2019-08-11 View: 2550
-
Oracle PL/SQL – After DELETE Trigger example
This article shows you how to use AFTER DELETE TRIGGER, it will fire after the delete operation is executed. In real life scenarios, it is mostly used for purposes like:
Date: 2019-08-11 View: 2561
-
Spring @ExceptionHandler and RedirectAttributes
Since Spring 4.3.5 and 5.0 M4, it supports RedirectAttributes argument in the @ExceptionHandler method.
Date: 2019-08-11 View: 1469
-
Spring Boot file upload example Ajax and REST
This article shows you how to upload files in Spring Boot web application (REST structure), using Ajax requests.
Date: 2019-08-11 View: 1930
-
cURL Post JSON data to Spring REST
This article shows you how to use cURL command to POST JSON data to a Spring REST API.
Date: 2019-08-11 View: 2090
-
cURL POST request examples
Some cURL POST request examples for self reference.
Date: 2019-08-11 View: 2077
-
jQuery Ajax submit a multipart form
A simple jQuery Ajax example to show you how to submit a multipart form, using Javascript FormData and $.ajax()
Date: 2019-08-11 View: 1470
-
Linux How to assign execute permission to a .sh file
On *nix, you can use chmod +x file.sh to make a .sh file executable.
Date: 2019-08-11 View: 1258
-
Spring Boot Ajax example
This article will show you how to use jQuery.ajax to send a HTML form request to a Spring REST API and return a JSON response.
Date: 2019-08-11 View: 2258
-
How to convert JavaScript Array to JSON
In JavaScript, you can use JSON.stringify to convert an array or values into a JSON formatted string.
Date: 2019-08-11 View: 2187
-
Spring REST API Validation
In Spring MVC, just annotate a @Valid on the @RequestBody to fire the validation process.
Date: 2019-08-11 View: 1513
-
VirtualBox Copy and Paste between host and guest machine
By default, the copy and paste between host and guest machine is disabled, To enable it, update “Shared Clipboard” to “Bidirectinal“.
Date: 2019-08-11 View: 1329
-
VirtualBox No backlight on CMSTORM keyboard
This article shows you how to enable the backlight feature (Screen Lock key) on a CMSTORM keyboard.
Date: 2019-08-11 View: 1399
-
VirtualBox Ubuntu slow and laggy UI
To solve the Ubuntu UI slow performance issue on VirtualBox, increase the “Video Memory” and “Enable 3D Acceleration”
Date: 2019-08-11 View: 1200
-
cPanel keeps prompting the login dialog
The cPanel keeps prompting the login dialog over and over, and I’m 100% sure the username and password is correct.
Date: 2019-08-11 View: 1297