micronaut 第2页
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年前
0245
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年前
0318
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年前
04815
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年前
0359
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年前
02711
Micronaut – primeiras impressões-拾光赋

Micronaut – primeiras impressões

Micronaut – primeiras impressões,Já ouviu falar deste framework? Ele foi criado por Graeme Rocher, o mesmo sujeito que criou o Grails e promete resolver diversos dos problemas q...
kity的头像-拾光赋kity5年前
0249
Testing Micronaut Kafka-拾光赋

Testing Micronaut Kafka

Testing Micronaut Kafka,When testing Kafka in Micronaut you can use embedded Kafka or use Testcontainers. Configuration To use embedded Kafka set these properties in a src/test/res...
kity的头像-拾光赋kity5年前
0415
Micronaut PetClinic with GraalVM > 19-拾光赋

Micronaut PetClinic with GraalVM > 19

Micronaut PetClinic with GraalVM > 19,Now you can run Micronaut PetClinic with the (kinda) latest GraalVM Native Image. I will explain the meaning later. Build & Run $ git clon...
kity的头像-拾光赋kity6年前
02514