英文: Adding micronaut serde fails starting application as serverless with lanch class as io.micronaut...
Micronaut,Kafka与Avro – 消费者错误:未指定所需参数[EasySchema消息]。
英文: Micronaut, Kafka with Avro - Consumer Error: Required argument [EasySchema message] not specifie...
Micronaut – 使用BouncyCastle密钥库的SSL – 未找到BCFKS
英文: Micronaut - SSL with BouncyCastle Keystore - BCFKS not found 问题 我正在在一个Micronaut应用程序中启用SSL,特别需要使用...
In micronaut-kafka, How can I use JAAS config to two different consumers from one application?
英文: In micronaut-kafka, How can I use JAAS config to two different consumers from one application? 问...
Micronaut通用GRPC代理
英文: Micronaut generic GRPC proxy 问题 在替换旧的遗留服务为新服务的过程中,我们希望临时将到达新服务的请求转发到旧服务。对于HTTP请求,我们可以通过自定义的HttpF...
Micronaut HTTP客户端exchange与retrieve的比较
英文: Micronaut http client exchange vs retrieve 问题 exchange 和 retrieve 方法在Micronaut HttpClient中有什么区别?...
如何从Micronaut JSON错误响应中删除_links对象
英文: How to remove _links object from Micronaut JSON error response 问题 我正在开发 Micronaut Kotlin 应用程序。 只...
Micronaut @Requires默认声明
英文: Micronaut @Requires default declaration 问题 @Requires("environment") 和 @Requires(env = ...
Micronaut的@Cacheable注解TTL和Retention-Policy
英文: Micronaut's @Cacheable annotation TTL and Retention-Policy 问题 默认的TTL是多少(我已经查看了文档但没有找到) 文档中的保...
Micronaut java gradle project can't detect the controller , testing any route the response return Not found
英文: Micronaut java gradle project can't detect the controller , testing any route the response r...