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.

No Picture
Computing

[Linux] Setup service dependency

2020-11-27 C.H. Ling 0

For some service, it might have some inter-dependency on other background service. In order to setup it’s relationship, it need to alter the service file as below.

No Picture
Computing

[Docker] Common Operational Command

2020-11-23 C.H. Ling 0

There is high frequency using docker to test applications and variant projects. To ensure the efficient of maintain these commands, I created a post and update it regularly.

No Picture
Computing

[DevOps] Setup home lab in docker

2020-10-13 C.H. Ling 0

For setting the home lab in local network, there has a home server in home before. However, after move to new country the server cannot be start. So I would like to setup the platform […]

CI / CD

[Jenkins] Get credential in pipeline

2020-09-21 C.H. Ling 0

No matter what kind of program, hard-code sensitive information is not a recommend approach. In Jenkins, credentials can store in its own credential store and fetch in pipeline.

1 4 5 6 7 8 26