Tag: <span>spring boot</span>

I am working on a project, which has some issues with tests. Basically, they all run quite slow and I was curious, how can I improve the performance of these tests? Well, one improvement is simple – run tests in parallel. Of course,…

Programavimas

My Spring Boot application uses Gradle. And I want to display latest git tag (which represents my application version) during application startup. What I came up with, was quite an easy solution. Version information can be picked up from MANIFEST.MF file, that’s inside…

Programavimas

I have encountered the following problem: Nasty thing. It says, that HikariCP can not acquire a new database connection and it gave up after some 30 seconds. Where is the problem? Let’s try to simulate the problem. We want to query database and…

Programavimas

Programavimas