No Picture
Computing

Add ELK APM agent in Java project

2021-03-31 C.H. Ling 0

Even APM agent can add parameter -javaAgent, but it will more flexible if embed in jar file. This demo will show how to add ELK APM agent inside Java gradle project.

Programming

[Tools] Kubernetic

2021-02-23 C.H. Ling 0

When maintain Kubernetes, mostly we need to use kubectl to get result and execute yaml. It is ok for developer as it provide the flexibilty to do what they need. However, for operator, it might […]

DevOps

[Java] Dependency management in Gradle

2020-12-31 C.H. Ling 0

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 […]

Computing

[Java] Set auto reconnect in Spring data JPA

2020-12-22 C.H. Ling 0

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.

1 2 3 4 5 6 18