-
Spring Boot + Spring Data MongoDB example
In this article, we will show you how to create a Spring Boot + Spring Data MongoDB application, using Gradle build tool.
Date: 2019-08-11 View: 1647
-
Spring Data Add custom method to Repository
In this article, we will show you how to add a custom method to Spring Data JPA CrudRepository and MongoDB MongoRepository
Date: 2019-08-11 View: 1356
-
How to display all beans loaded by Spring Boot
In Spring Boot, you can use appContext.getBeanDefinitionNames() to get all the beans loaded by the Spring container.
Date: 2019-08-11 View: 1225
-
Spring Boot + Spring Data JPA + Java 8 date and time (JSR310)
In Spring Boot + Spring Data JPA application, to support the JSR310 java.time.* APIs, we need to register this Jsr310JpaConverters manually.
Date: 2019-08-11 View: 1574
-
Gradle is not sync with IntelliJ IDEA
Make some changes in the build.gradle file, but the changes never apply or sync to the IDEA (Tested with 2016.3)
Date: 2019-08-11 View: 1357
-
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: 3229
-
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: 1319
-
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: 1436
-
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: 1293
-
Spring Boot Tutorials
Spring Boot makes it quick and easy to create a Spring based applications.
Date: 2019-08-11 View: 1511
-
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: 1651
-
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: 3543
-
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: 1377
-
Java 8 Tutorials
Some Java 8 examples, hope you like it.
Date: 2019-08-11 View: 1842
-
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: 2571