kode12
Menu
  • Hibernate
    • Hibernate OGM
    • Hibernate ORM
  • Spring Boot
  • MongoDB
  • Open Source
    • Apache Beam
  • Interviews
  • ★
Hibernate, Spring Boot, MongoDB blog
Browse: Home » 2017
hystrix-output-1

Handling FallBack and TimeOut in MicroService using Hystrix

March 15, 2017 · by Yogesh Prajapati · in Spring Boot
Guys, Let’s look into a useful feature that we should use while working with microservice architecture. While working with this type of architecture, especially you are exposing your services as an API and available for third party use you have to be careful to provide proper response and in timely fashion. Goal Our primary goal

Read More

swagger output 1

Spring boot: Documenting an Microservices using Swagger

March 15, 2017 · by Yogesh Prajapati · in Spring Boot
Today I would like to share simple but helpful concept for documenting an API using swagger. In traditional approach people are creating a document to to show API detail. We are facing multiple issue in approach like We need to change a document if API changed. For very large project it would be hard to

Read More

Microservice Registration and Discovery with Eureka

Microservice Registration and Discovery with Eureka

March 10, 2017 · by Yogesh Prajapati · in Spring Boot
In the previous post we learned how to create microservice and how multiple microservices can communicate with each other. In the last section(Issue Section) of previous post i have mentioned one issue where we have hard coded other microservices urls like http://localhost:8081 or http://localhost:8082 and in real time environment it may vary. The typical solution

Read More

Spring Boot: Microservice Enhanced

March 8, 2017 · by Yogesh Prajapati · in Spring Boot
In early series of Spring Boot demo we have gone through basics of booting an application using spring boot. In this blog i’ll show you what is microservice pattern and how actually we can implement. When microservice will be useful Below is the list of scenario where microservice is useful. Divide whole application in workable

Read More

Spring Boot: AOP + AspectJ annotation example

Spring Boot: AOP + AspectJ annotation example

March 6, 2017 · by Yogesh Prajapati · in Spring Boot
In this tutorial i will show you how AOP works with spring and AspectJ also what all basic things are required to dive into it. Here I am creating this demo using spring-boot framework and used AspectJ to intercept methods. AspectJ AspectJ is a java based cross-platform extension for aspect-oriented programming. It is now available

Read More

Integrate Telegram Bot using Java

Integrate Telegram Bot using Java

February 18, 2017 · by Yogesh Prajapati · in ★
Hi Guys, A short and really useful blog on Telegram Bot. Before writing ahead i want to say a big thank you to Telegram for providing such a rich API and flexibility to create our own bot. Use Case Official telegram site shows many use cases where bot is really useful. Here i used telegram

Read More

Spring Boot: Java Mail Api

February 17, 2017 · by Yogesh Prajapati · in Spring Boot
Hi Guys, I would like to share simple but helpful concept to send a mail from boot application. Spring boot provides a starter module which configure automatically based on provided properties and avail to use, by default spring framework provides abstraction to send mail using JavaMailSender interface. To do same you have to change below

Read More

Recent Posts

  • Simple wordcount and basics of Apache Beam
  • Spring Boot: Failed to parse multipart servlet request; nested exception is java.io.IOException
  • Java Interview experience with XATON (Mobiquity Now)
  • Java, Spring Boot interview experience with Cignex, Ahmedabad
  • Java, Spring Boot interview experience with Cybage, Gandhinagar

Promo

Author:
Java Hibernate Cookbook


Reviewer:
Hands-On Enterprise Java Microservices with Eclipse MicroProfile


JAVA 9.0 To 13.0 New Features: Learn, Implement and Migrate to New Version of Java

Tags

AOP Apache Beam Apache Solr AspectJ Beam SDK Eureka Hibernate Hibernate OGM Hystrix Ideas Interview IOT J2EE Java JPA MicroServices MongoDB MySQL Raspberry PI Spring Boot Spring Cloud SQL Swagger

Viewer’s Map

Archives

  • December 2019 (1)
  • April 2019 (1)
  • March 2019 (3)
  • February 2019 (1)
  • July 2018 (3)
  • March 2017 (5)
  • February 2017 (2)
  • November 2016 (5)
  • August 2016 (2)
  • June 2016 (1)

Copyright © 2021 kode12

Powered by WordPress and Origin