Spring Boot
-
Enterprise Java
AJAX with CKEditor in Spring Boot
1. Overview In this article, we will cover how to use CKEditor with Spring Boot. In this tutorial, we will be…
Read More » -
Enterprise Java
Spring Boot web application with Gradle
1. Introduction Before we move on to create our demo Spring Boot web application with Gradle, I assume we all…
Read More » -
Enterprise Java
Using Google reCaptcha with Spring Boot application
Introduction reCaptcha by Google is a library used to prevent bots from submitting data to your public forms or accessing…
Read More » -
Enterprise Java
Raw performance numbers – Spring Boot 2 Webflux vs Spring Boot 1
My set-up for the performance test is the following: The sample applications expose an endpoint(/passthrough/message) which in-turn calls a downstream…
Read More » -
Enterprise Java
Secure Spring Boot REST API using Basic Authentication
This is the third post of my Spring Boot Blog post series. In the very first post, I talked about…
Read More » -
Enterprise Java
Call on me, or Asynchronous REST
This article is a very simple example of a working asynchronous REST application, made with Spring Boot + Java 8.…
Read More » -
Enterprise Java
Spring Boot – spring.config.name – Case Study
Externalizing Spring Boot application properties is useful when the same application code must be used with different configuration. If the…
Read More » -
Enterprise Java
Building Spring Boot RESTful Service + Spring Boot Actuator
Overview What is REST? REST(REpresentational State Transfer) is the architectural style the web is built on and has become a…
Read More » -
Enterprise Java
Using Gmail as SMTP server from Java, Spring Boot apps
Gmail users can use Gmail’s SMTP server smtp.gmail.com to send emails from their Spring Boot apps. For this let us do…
Read More »