Tag: java
All the articles with the tag "java".
-
How to execute code on Spring application start-up
postSpringFramework provides a way to perform some tasks at the time of application/context started.
-
Custom Auto-Configuration in SpringBoot
postThis blog post will explain how to enable spring boot auto-configuration for your shared library/project.
-
Getting started with GraphQL (Java)
postThis blog post will guide you through GraphQL Java development
-
Whats new in Java 10
postFinally Java10 is available for GA. This blog will cover some of the new features introduced in java 10. e.g. Local Variable Type Inference, UnmodifiableCollections in java streams etc
-
Optional to stream in java 9
postHow to do optional as stream in java9