排序
Spring Batch – JPA to XLSX with Apache POI
Spring Batch - JPA to XLSX with Apache POI, What is Apache POI? Apache POI is a Java library that allows reading and writing Microsoft Documents. It supports Excel, Word, PowerPoin...
SDKMAN! – Multiple versions of Java
SDKMAN! - Multiple versions of Java, What is SDKMAN! SDKMAN! is a development tool that allows you to install and manage Java, Scala, Groovy, Maven and many other tools, libraries ...
Ara issue of the week number 1
Ara issue of the week number 1, ara issue of the week (5 Part Series) 1 Ara issue of the week number 1 2 Ara issue of the week 3 Ara Issue of the week 4 Ara issue of the week 5 ara...
Security best practices for Go & Java
Security best practices for Go & Java,TL;DR notes from articles I read today. Top security best practices for Go You should validate user entries (using native Go packages or 3rd p...
Add and Delete Layers in PDF in Java
Add and Delete Layers in PDF in Java,PDF layers allow users to selectively hide or show the content appearing on them in PDF documents. In this article, we will introduce how to ad...
Parsing an OpenAPI file (Swagger)
Parsing an OpenAPI file (Swagger), We go though how to read a OpenAPI specification with the old API reading body content. And we also translate it to the new V3 parser and go thro...
Merge results of parallel service requests using CompletableFuture
Merge results of parallel service requests using CompletableFuture,Here is an approach of using java CompletableFuture to ensure multiple service requests are run/executed in paral...
Hexagonal Architecture With Java and Spring
Hexagonal Architecture With Java and Spring,The term 'Hexagonal Architecture' has been around for a long time. Long enough that the primary source on this topic has been offline fo...
To OO or not to OO
To OO or not to OO,(a previous version of this text was posted on Medium) Around 2018, partly due to following Jonathan Blow’s work on Jai and the obvious lack of OO in the langua...
From Monolith to K8s @SouJava
From Monolith to K8s @SouJava,Yesterday, I had the pleasure of presenting for the @SouJava user group. I talked about the challenges that you will face while going from Monolith Ap...
## EasyCam
## EasyCam,EasyCam is Android Library that lets you easily integrate a camera feature in your app. Goals of EasyCam's are Easy implementation of the camera in the app Easy Customiz...
Whats you preferred jvm build system?
Whats you preferred jvm build system?,is is it gradle, maven, or something else? 原文链接:Whats you preferred jvm build system?