- 
    
        
              Spring Boot + Spring data JPAIn this tutorial, we will show you how to use Spring Boot + Spring data JPA to save data into an H2 in-memory database and how to also query the data. Date: 2019-08-11 View: 1777 
- 
    
        
              Spring Boot + Spring data JPA + MySQLThe previous Spring Boot + Spring data JPA will be reused, modify to support MySQL database. Date: 2019-08-11 View: 2270 
- 
    
        
        JavaScript Check if String contains a substringIn JavaScript, we can use the classic indexOf() or the new ES6 includes to check if a String contains a substring. Date: 2019-08-11 View: 2144 
- 
    
        
        Spring Boot MySQL : Table DB_NAME.hibernate_sequence doesnt existSpring Boot + Spring Data JPA + MySQL, and hits the following error message when the application starts : Date: 2019-08-11 View: 1786 
- 
    
        
              Spring Boot + Spring data JPA + PostgreSQLThe previous Spring Boot + Spring data JPA will be reused, modify to support PostgreSQL database. Date: 2019-08-11 View: 2157 
- 
    
        
              Apache Log4j 2 TutorialsA simple log4j 2 hello world example. Date: 2019-08-11 View: 1659 
- 
    
        
        JavaScript How to redirect a pageIn JavaScript, we can use either location.replace() or location.href to redirect a page. Normally, we use location.replace() to simulate an HTTP redirect. Date: 2019-08-11 View: 1840 
- 
    
        
        Log4j 2 java.lang.NoClassDefFoundError: com/lmax/disruptor/EventTranslatorVarargEnable the log4j 2 loggers to asynchronous, but hits the following order : Date: 2019-08-11 View: 5484 
- 
    
        
        JavaScript How to remove certain element from ArrayIn JavaScript, we can combine indexOf() and splice() to remove a certain element from an Array. Date: 2019-08-11 View: 1969 
- 
    
        
              log4j2.xml exampleSome log4j2.xml examples, just for self-reference Date: 2019-08-11 View: 2035 
- 
    
        
        JavaScript Array forEach examplesIn JavaScript, we can use forEach(function) to loop an Array. The provided function in forEach() will run once for each array element. Date: 2019-08-11 View: 1493 
- 
    
        
        JavaScript How to loop an ArrayIn JavaScript, we can use for, forEach or for..of to loop an Array. Date: 2019-08-11 View: 1756 
- 
    
        
              log4j2.properties exampleA simple log4j2.properties example, just for self-reference Date: 2019-08-11 View: 1672 
- 
    
        
              log4j2.yml exampleA simple log4j2.yml example, just for self-reference Date: 2019-08-11 View: 1708 
- 
    
        
        JavaScript Get selected value from dropdown listA JavaScript example to show you how to get the selected value or text from a dropdown list. Date: 2019-08-11 View: 1623 
