排序
How to structure your Java apps using JHipster
How to structure your Java apps using JHipster,7 years ago, JHipster had its initial release. It allowed developers to generate code for modern web applications that utilize the mi...
docker and java
docker and java, Docker (11 Part Series) 1 Docker : Part 1 : A brief concept for firing the containers. 2 Docker : Part 2 : A deep dive with my might shark (the Docker Engine) ... ...
Why you should use Quarkus in your next microservice
Why you should use Quarkus in your next microservice, Motivation If you're lucky enough to work in a company where you can pitch ideas to your boss and teammates in a meet-up sort ...
Driver class not found: com.sap.cloud.db.jdbc.Driver
Driver class not found: com.sap.cloud.db.jdbc.Driver,Me and my friend decided to start a project with the applications of Microservices, Spring Data JPA, Spring framework. As a par...
4 Steps to crack your next System Design Interview
4 Steps to crack your next System Design Interview,The system design interview is an open-ended conversation. You are expected to lead it. To help solidify this process, You can us...
4 Java Frameworks to build Micro Services
4 Java Frameworks to build Micro Services,In this article, I am going to mention about 4 popular Java Frameworks that are widely used across by multiple companies/developers to bui...
Java Microservice Deployment to Kubernetes
Java Microservice Deployment to Kubernetes,The early attraction of Java was its promise of “write-once, run anywhere.” In theory, this portability should allow a developer to wri...
How To Create a Spring Boot Project
How To Create a Spring Boot Project, 1. Overview In this tutorial, we'll look into the different ways we can create a Spring Boot project. 2. Using Spring Initializer in spring.io ...
Spring Cloud Config Server: Step by Step
Spring Cloud Config Server: Step by Step,Spring Cloud Config Server is used to provide server-side and client-side support for externalized configuration in a distributed system. S...
Not another logger!
Not another logger!,Java is not short of logging libraries: Log4J, SLF4J, JBoss Logger Manager, Flogger, Apache Commons Logger, Logback plus probably many more I've not heard of. T...
HandsOn Microservices Tutorial – Episode 2 (Setting Up Local Infrastructure )
HandsOn Microservices Tutorial - Episode 2 (Setting Up Local Infrastructure ), The second hands on Microservice episode is out. We get to setup our local environment and infrastruc...
HandsOn Microservices Tutorial – Episode 1
HandsOn Microservices Tutorial - Episode 1,First Microservice Episode Is Out. We take a step by step practical approach on the microservice architecture. Learn how to build enterpr...