Questions tagged [micronaut]

Micronaut is a JVM framework for building web applications with a strong focus on microservice applications.

Micronaut is an open source framework for the JVM designed for rapid development of web applications, particularly microservices. Micronaut supports building applications in Java, Groovy, and Kotlin.

1070 questions
-2
votes
1 answer

How to fix Micronaut maven build failure

I'm trying to mvn clean install, but it fails with the message: There are test failures. When I run all tests using IDE they pass and I need to skip tests. Annotation processors it's enable as described here Configuring IntelliJ…
Renan Souza
  • 61
  • 10
-2
votes
1 answer

Memory consumption for micronaut microservices

I have a question about performance. I have built some microservices cloud-oriented with micronaut. I deploy those services in Kubernetes and the performance is like: CPU: super good, they barely do not consume CPU RAM: They consume starting from…
Lobo
  • 3,677
  • 6
  • 32
  • 62
-2
votes
2 answers

How to import a created micronaut App in IntelliJ ultimate 2018.1?

I have followed the instruction (https://guides.micronaut.io/creating-your-first-micronaut-app/guide/index.html) to create a micronaut App with the command mn create-app example.micronaut.complete After that I have imported it in my IntelliJ IDE as…
-3
votes
1 answer

Cannot access io.micronaut in intellij

I just wanna share a solution to a problem that I had and cost me 2 hours to solve. I'm using micronaut 1.3.3 with intellij, and after follow the official guide to create a new app, i had the problem in the Main method saying that the…
-3
votes
1 answer

I'm looking for a way to add a handler to Netty in Micronaut

I need to build an ODATA API and am Considering using Micronaut, would like to install a handler in Netty. Such as https://github.com/apache/olingo-odata4/tree/master/lib/server-api/src/main/java/org/apache/olingo/netty/server/api
Kevin Daly
  • 83
  • 1
  • 7
1 2 3
71
72