-
Spring Boot Test How to disable DEBUG and INFO logs
Run the Spring Boot integration test or unit test, many annoying DEBUG and INFO logs are displayed in the console.
Date: 2019-08-11 View: 3998
-
Spring Boot Profiles example
In this article, we will show you how to use @Profile in Spring Boot and also how to test it.
Date: 2019-08-11 View: 1876
-
ElasticSearch Hello World Example
ElasticSearch is an Open-source Enterprise REST based Real-time Search and Analytics Engine. It’s core Search Functionality is built using Apache Lucene, but supports many other features.
Date: 2019-08-11 View: 2094
-
Spring Boot Profile based properties and yaml example
In Spring Boot, it picks .properties or .yaml files in the following sequences :
Date: 2019-08-11 View: 1984
-
Spring Boot Tutorials
Spring Boot makes it quick and easy to create a Spring based applications.
Date: 2019-08-11 View: 2190
-
Spring Boot + Spring Data + Elasticsearch example
In this article, we will discuss about “How to create a Spring Boot + Spring Data + Elasticsearch Example”.
Date: 2019-08-11 View: 2463
-
java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonMerge
Run a Jackson related project and hits the following JsonMerge not found error.
Date: 2019-08-11 View: 4330
-
Java How to download a file from the Internet
This article shows you how to download a file from an URL by using the following methods :
Date: 2019-08-11 View: 2049
-
Java 8 Tutorials
Some Java 8 examples, hope you like it.
Date: 2019-08-11 View: 2417
-
Oracle PL/SQL – After UPDATE Trigger example
This article shows you how to use AFTER UPDATE TRIGGER, it will fire after the update operation is executed.
Date: 2019-08-11 View: 3445
-
Java 8 Streams map() examples
In Java 8, stream().map() lets you convert an object to something else. Review the following examples :
Date: 2019-08-11 View: 3032
-
Spring MVC How to get client IP address
In Spring framework, you can @Autowired a HttpServletRequest in any Spring managed bean directly, and later get the client’s IP address from the request headers
Date: 2019-08-11 View: 2178
-
Java How to shuffle an ArrayList
In Java, you can use Collections.shuffle to shuffle or randomize a ArrayList
Date: 2019-08-11 View: 2003
-
Java Convert comma-separated String to a List
Java examples to show you how to convert a comma-separated String into a List and vice versa.
Date: 2019-08-11 View: 1877
-
Apache Solr Hello World Example
Apache Solr is an Open-source REST-API based Enterprise Real-time Search and Analytics Engine Server from Apache Software Foundation. It’s core Search Functionality is built using Apache Lucene Framework and added with some extra and useful features. It is written in Java Language.
Date: 2019-08-11 View: 2682


