编程技术 第1459页
openapi-processor-spring-拾光赋

openapi-processor-spring

openapi-processor-spring,openapi-processor-spring (or short: oap-spring) is an OpenAPI interface & model Java code generator for Spring Boot. It is generating code for annotati...
Introduction to the Aerospike JDBC driver-拾光赋

Introduction to the Aerospike JDBC driver

Introduction to the Aerospike JDBC driver, aerospike-jdbc-driver (4 Part Series) 1 Introduction to the Aerospike JDBC driver 2 Aerospike JDBC driver: SQL DDL compliance 3 Functions...
kity的头像-拾光赋kity5年前
0378
Building a Kotlin library with Gradle-拾光赋

Building a Kotlin library with Gradle

Building a Kotlin library with Gradle, Introduction The most boring part of a library is the setting up part. Choosing the build systems, publishing builds, setting up code coverag...
Java & Files-拾光赋

Java & Files

Java & Files,Java has two file APIs. The original java.io.File API, available since Java 1.0 (1996). The newer java.nio.file.Path API, available since Java 1.7 (2011). What is the ...
kity的头像-拾光赋kity5年前
03512
Deploy Springboot App to Heroku with Github-拾光赋

Deploy Springboot App to Heroku with Github

Deploy Springboot App to Heroku with Github,Hey good peeps, long time - no hear. In this quarantine time I bring you something I've been working on lately, CD (continuous deploymen...
Modern Java for the Modern Dev-拾光赋

Modern Java for the Modern Dev

Modern Java for the Modern Dev,This is my personal experience while trying to push Java to the edge of my requirements of a Cloud-native environment. So these were the myths that a...
Introducing JPA and Hibernate-拾光赋

Introducing JPA and Hibernate

Introducing JPA and Hibernate,In the IT world linked to Java, especially in the IT consultancy, non-professionals often associate terms such as Hibernate, JPA, like a programming l...
From Services to Command and Handlers: use case driven code-拾光赋

From Services to Command and Handlers: use case driven code

From Services to Command and Handlers: use case driven code,Recently a colleague of mine showed me how MediatR works - a .NET implementation of the mediator design pattern ...
JVM memory usage monitoring tools-拾光赋

JVM memory usage monitoring tools

JVM memory usage monitoring tools,During the last few days I looked into JVM memory monitoring tools. That is one area of expertise that I am definitely not familiar with. The gene...
Industry Desktop App-拾光赋

Industry Desktop App

Industry Desktop App, Aureate Industries Standalone Desktop Application Link to Code https://github.com/saurabhbazzad/Aureate-Industries-App How I built it I built this standalone ...
@Bean and @Component. What is the different? Which one should use be used?-拾光赋

@Bean and @Component. What is the different? Which one should use be used?

@Bean and @Component. What is the different? Which one should use be used?,The most benefit of using a framework like Spring is auto-configuration. By only introducing the library ...
Leetcode May Challenge

Leetcode May Challenge “Count Square Submatrices with All Ones”

Leetcode May Challenge 'Count Square Submatrices with All Ones',This is a leetcode question found in the May Challenge week 3.It's a medium level question, and I could only think o...