[Java] Create custom logging aspect with Springboot AOP
Aspect-oriented Programming (AOP) enable developer design application with more “module-ize”. This example will show how to use AOP to log method execution in SpringBoot AOP.
Aspect-oriented Programming (AOP) enable developer design application with more “module-ize”. This example will show how to use AOP to log method execution in SpringBoot AOP.
It was mention how to do dependency check in Gradle In previous article. This session will introduce how to do it in Jenkins pipeline.
Dependency management is one of the topic in package management to ensure dependent library (jar / dll / etc) is no interference between each other and it caused compatibility problem. Besides, it can detect vulnerability […]
To ensure service availability, Most application nee to restart service to resume. However, auto reconnect is a must requirement to ensure it can self-heal. For Spring data JPA, it can be done without alter code.
To setup the Application Performance Monitor, it is complicate if setup each of it. so I group all of it as a docker-compose file and execute in one shot.
Docker Compose is the tools to build and deploy multiple containers. It used YAML to markup container’s settings and it is useful when deploy docker in host. Even it can use yum to install docker-compose, […]
Copyright © 2024 | MH Magazine WordPress Theme by MH Themes