Skip to content

Kitboga Tech

Living in a cloud

Menu
  • Home
  • Java
  • Java Arch.
  • Spring
  • Spring Cloud
  • Microservices
  • Docker
  • AWS
  • About
Search
Posted onJanuary 29, 2020February 4, 2020Spring Cloud

Spring Cloud Config Server

Remote files from Config server have precedence over local one. The Environment resources are parameterized by three variables: {application}, which maps to spring.application.name on the…

Read More
Posted onJanuary 29, 2020February 13, 2020Docker

Docker commands

Images Format for image name: <docker-id>/<project-repo>:<tag> (default tag: ‘lastest’) Create image: docker build -t <image> . Pull/push images from repository: docker pull <image> docker push…

Read More
Posted onJanuary 21, 2020February 4, 2020Spring Cloud

Spring Cloud Netflix

Project Spring Cloud Netflix projects are popular solutions for common patters in microservices development. Eureka – service discovery Hystrix – circuit breaker Ribbon – load…

Read More
Posted onJanuary 20, 2020February 4, 2020Spring Cloud

Spring Cloud Framework

Spring Cloud Config Handles management of application configuration data through a centralised service so that your application configuration is cleanly separated from your deployed microservice,…

Read More
Posted onJanuary 20, 2020February 4, 2020microservices

Microservices

Microservices are small, loosely coupled, distributed services, allow to decompose applications in easy-to-manage components with narrowly defined responsibilities. A microservices architecture would have the following…

Read More
Posted onJanuary 20, 2020January 20, 2020Spring

Spring framework

Spring Framework is an application development framework for Java which one of the main features is Dependency Injection (DI). Spring frameworks contain many modules like:…

Read More
Posted onJanuary 20, 2020January 20, 2020Spring

Spring notes

@Service, @Repository and @Controller @Service, @Repository and @Controller are special types of @Component annotation. In Spring Framework <contex:component-scan> picks them up and registers their following…

Read More

Posts navigation

Previous Page Page 1 Page 2
© Copyright 2020 – Kitboga Tech
Anther Theme by DesignOrbital ⋅ Powered by WordPress