排序
Flyway Migrations in Multi-Module Gradle Projects (Clean Architecture)
Flyway Migrations in Multi-Module Gradle Projects (Clean Architecture), Automating Database Migrations in Java with Flyway Database migrations are a crucial aspect of software deve...
Micronaut vs. Spring Boot: A Detailed Comparison
Micronaut vs. Spring Boot: A Detailed Comparison,Micronaut and Spring Boot are two popular frameworks for building Java applications, especially in the microservices space. Both fr...
[Micronaut] Generating and downloading files as ZIP or JSON
[Micronaut] Generating and downloading files as ZIP or JSON, Intro In this time, I will try generating and downloading files as ZIP. If any error occurs during generation, generate...
[Micronaut] Receiving Japanese(Shift-JIS) data as HTTPResponse
[Micronaut] Receiving Japanese(Shift-JIS) data as HTTPResponse, Intro I will try using Japanese(Shift-JIS) text data in my Micronaut application in this time. Change default file e...
Sending files from Micronaut applications
Sending files from Micronaut applications, Intro In this time, I will try sending files to my Micronaut application. [Micronaut] Receiving multipart/form-data multipart/form-data F...
[Micronaut] Receiving multipart/form-data
[Micronaut] Receiving multipart/form-data, Intro This time, I will try receiving files as 'multipart/form-data'. As same as last time, I will use Undertow as a web server. [Microna...
[Micronaut] Try Cookie
[Micronaut] Try Cookie, Setting cookies on redirect First, I will set a cookie value on redirect. I created two micronaut applications. When a user access the application1, it redi...
Serving static assets with Micronaut
Serving static assets with Micronaut,My go-to framework when developing Java apps or microservices is Micronaut. For the apps that should have a web frontend, I rarely use Micronau...
Try Micronaut
Try Micronaut, Intro In this time, I will try Micronaut. I will add a page and uploading files function. Micronaut Framework Installation and creating a application To create a Mic...
Jugando con Mono y Flux (de Reactor)
Jugando con Mono y Flux (de Reactor),Cada día la programación funcional está más en boga y hay que ponerse las pilas, así que me he inventado este caso de uso para jugar un po...
Meeting & Mastering Java
Meeting & Mastering Java, A .NET Developer's Perspective In the dynamic world of software development, versatility is a prized trait. As a .NET developer looking to expand your ski...
mapping OpenAPI formats
mapping OpenAPI formats, what is openapi-processor? openapi-processor is an easy-to-use tool to generate java based (annotated) controller interfaces and pojos (model classes) from...