- 
    
        
              IntelliJ IDEA How to know this class belongs to which JARFor example, how to find out this FileUploadBase class belongs to which JAR or dependency? Date: 2019-08-11 View: 1721 
- 
    
        
              Eclipse – How to know this class belongs to which JARFor example, I want to know this SpringBootApplication class belongs to which JAR or dependency : Date: 2019-08-11 View: 1702 
- 
    
        
        Spring Boot Configure maxSwallowSize in embedded TomcatIn 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: 3039 
- 
    
        
        Oracle PL/SQL – After DELETE Trigger exampleThis 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: 2954 
- 
    
        
        Spring @ExceptionHandler and RedirectAttributesSince Spring 4.3.5 and 5.0 M4, it supports RedirectAttributes argument in the @ExceptionHandler method. Date: 2019-08-11 View: 1774 
- 
    
        
              Spring Boot file upload example Ajax and RESTThis article shows you how to upload files in Spring Boot web application (REST structure), using Ajax requests. Date: 2019-08-11 View: 2367 
- 
    
        
        cURL Post JSON data to Spring RESTThis article shows you how to use cURL command to POST JSON data to a Spring REST API. Date: 2019-08-11 View: 2574 
- 
    
        
              cURL POST request examplesSome cURL POST request examples for self reference. Date: 2019-08-11 View: 2403 
- 
    
        
        jQuery Ajax submit a multipart formA simple jQuery Ajax example to show you how to submit a multipart form, using Javascript FormData and $.ajax() Date: 2019-08-11 View: 1841 
- 
    
        
        Linux How to assign execute permission to a .sh fileOn *nix, you can use chmod +x file.sh to make a .sh file executable. Date: 2019-08-11 View: 1580 
- 
    
        
              Spring Boot Ajax exampleThis 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: 2713 
- 
    
        
        How to convert JavaScript Array to JSONIn JavaScript, you can use JSON.stringify to convert an array or values into a JSON formatted string. Date: 2019-08-11 View: 2497 
- 
    
        
        Spring REST API ValidationIn Spring MVC, just annotate a @Valid on the @RequestBody to fire the validation process. Date: 2019-08-11 View: 1848 
- 
    
        
              VirtualBox Copy and Paste between host and guest machineBy 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: 1641 
- 
    
        
              VirtualBox No backlight on CMSTORM keyboardThis article shows you how to enable the backlight feature (Screen Lock key) on a CMSTORM keyboard. Date: 2019-08-11 View: 1725 
