- 
    
        
        cURL post JSON data on WindowsOn Windows, the key to send JSON data is double-quotes like this Date: 2019-08-11 View: 2444 
- 
    
        
        log4j2 Failed to load class org.slf4j.impl.StaticLoggerBinderThe Java project is using log4j2, but look like some components are used SLF4J logging and caused the following error message: Date: 2019-08-11 View: 1842 
- 
    
        
        An Introduction to Kernel Live Patching on LinuxLive patching is slowly catching on, but not for the reasons you might think. Date: 2019-08-11 View: 1706 
- 
    
        
              Spring Boot WebFlux + Thymeleaf reactive exampleIn this article, we will show you how to develop a reactive web application. Date: 2019-08-11 View: 1769 
- 
    
        
              Spring Boot WebFlux + Server-sent events exampleIn this article, we will show you how to develop a reactive web application, using Server-sent events Date: 2019-08-11 View: 1604 
- 
    
        
              Spring Boot + JUnit 5 + MockitoIn this article, we will show you how to do Spring Boot 2 integration test with JUnit 5, and also Mockito. Date: 2019-08-11 View: 1866 
- 
    
        
        Mockito when() requires an argument which has to be a method call on a mockRun the following Spring Boot + JUnit 5 + Mockito integration test. Date: 2019-08-11 View: 5369 
- 
    
        
              Spring REST Hello World ExampleIn this article, we will show you how to develop a Spring Boot REST style web service to handle CRUD operations from a H2 In-memory database. Date: 2019-08-11 View: 1514 
- 
    
        
        Spring REST Validation ExampleIn this article, we will enhance the previous Spring REST Hello World example, by adding bean validation and custom validator. Date: 2019-08-11 View: 1380 
- 
    
        
        Spring Boot Test unable to autowired MockMvcSpring Boot integeration test, but unable to @Autowired MockMvc Date: 2019-08-11 View: 1965 
- 
    
        
        Spring Security There is no PasswordEncoder mapped for the id nullSend a GET request with username and password, but hits the password encoder error? Date: 2019-08-11 View: 2562 
- 
    
        
              Spring REST + Spring Security ExampleIn this article, we will enhance the previous Spring REST Validation Example, by adding Spring Security to perform authentication and authorization for the requested URLs (REST API endpoints) Date: 2019-08-11 View: 1770 
- 
    
        
              JSONAssert How to unit test JSON dataIn Java, we can use JSONAssert to unit test JSON data easily. Date: 2019-08-11 View: 2578 
- 
    
        
              Spring REST Error Handling ExampleIn this article, we will show you error handling in Spring Boot REST application. Date: 2019-08-11 View: 2178 
- 
    
        
        Mockito How to mock repository findById thenReturn() Optional?Try to mock a repository findById method, but no idea use thenReturn() to return an object, as it accepts an Optional? Date: 2019-08-11 View: 2916 
