micronaut共18篇
Sending files from Micronaut applications-拾光赋

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...
kity的头像-拾光赋kity10个月前
0247
[Micronaut] Receiving multipart/form-data-拾光赋

[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...
kity的头像-拾光赋kity10个月前
04011
Serving static assets with Micronaut-拾光赋

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...
kity的头像-拾光赋kity11个月前
0516
Refactorizar proyecto a Arquitectura Hexagonal-拾光赋

Refactorizar proyecto a Arquitectura Hexagonal

Refactorizar proyecto a Arquitectura Hexagonal,La Arquitectura Hexagonal es un modelo novedoso. Pero la mejor definición es Arquitectura de Puertos y Adaptores. La documentación ...
kity的头像-拾光赋kity4年前
04111
microservice comparison-拾光赋

microservice comparison

microservice comparison,Hi @all I have developed a small test/benchmark system for all microservice frameworks out there, and publishing all results in github, just wanted to show ...
kity的头像-拾光赋kity5年前
0235
Micronaut integration testing using testcontainers-拾光赋

Micronaut integration testing using testcontainers

Micronaut integration testing using testcontainers,Micronaut is a modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applicat...
kity的头像-拾光赋kity5年前
04315
Using Micronaut Annotation Mapping to Automatically Add Security Info to Swagger Docs-拾光赋

Using Micronaut Annotation Mapping to Automatically Add Security Info to Swagger Docs

Using Micronaut Annotation Mapping to Automatically Add Security Info to Swagger Docs,In my last post I introduced how to create a custom security rule in Mirconaut which allows yo...
kity的头像-拾光赋kity5年前
0499
Custom Micronaut Security Rules-拾光赋

Custom Micronaut Security Rules

Custom Micronaut Security Rules,Micronaut comes with a few useful security rules such as ip filtering, url pattern matching and an annotation inspecting rule. However, extending th...
kity的头像-拾光赋kity5年前
0308
CLI applications with Micronaut and Picocli-拾光赋

CLI applications with Micronaut and Picocli

CLI applications with Micronaut and Picocli, Micronaut Discovery (3 Part Series) 1 A Micronaut introduction 2 CLI applications with Micronaut and Picocli 3 Native images with Micro...
kity的头像-拾光赋kity5年前
04715
A Micronaut introduction-拾光赋

A Micronaut introduction

A Micronaut introduction, Micronaut Discovery (3 Part Series) 1 A Micronaut introduction 2 CLI applications with Micronaut and Picocli 3 Native images with Micronaut and GraalVM No...
kity的头像-拾光赋kity5年前
0349
DynamoDB Client using Micronaut, Maven and GraalVM-拾光赋

DynamoDB Client using Micronaut, Maven and GraalVM

DynamoDB Client using Micronaut, Maven and GraalVM, 1. Overview It will be a simple how-to article where I will be showing how to implement simple rest DynamoDB client using Micron...
kity的头像-拾光赋kity5年前
04311
Testing Micronaut Kafka Streams-拾光赋

Testing Micronaut Kafka Streams

Testing Micronaut Kafka Streams,Here’s an example of integration testing Micronaut Kafka Streams applications - https://github.com/PhilHardwick/micronaut-avro-streams-example. It ...
kity的头像-拾光赋kity5年前
02611