Spring Boot
-
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 » -
Enterprise Java
Integrating Swagger with Spring Boot REST API
In the last post, I talked about my experience with creating RESTFul Services using Spring Boot. When creating a REST API,…
Read More » -
Enterprise Java
Building a RESTFul Service using Spring Boot
Everyone is talking about Microservices such as WSO2 Microservice Framework, Spring Boot, etc. Since I haven’t worked on any Spring related project…
Read More » -
Enterprise Java
Spring Webflux – Kotlin DSL – a walkthrough of the implementation
In a previous blog post I had described how Spring Webflux, the reactive programming support in Spring Web Framework, uses a…
Read More » -
Enterprise Java
Spring Cloud Tutorials – Auto Refresh Config Changes using Spring Cloud Bus
Problem In the previous article Introduction to Spring Cloud Config Server(http://sivalabs.in/2017/08/spring-cloud-tutorials-introduction-to-spring-cloud-config-server/) we have seen how to use Spring Cloud Config Server.…
Read More » -
Enterprise Java
Spring Cloud Tutorials – Introduction to Spring Cloud Config Server
Problem SpringBoot provides lot of flexibility in externalizing configuration properties via properties or YAML files. We can also configure properties…
Read More » -
Enterprise Java
Spring Boot with the Justice League
Dark times are ahead for the Justice League with the formidable Darkseid coming over to conquer human kind. Batman with…
Read More »