Tag

#micronaut

3 posts

← All posts
java · MAY 21 · 2020

Deploying a gradle Micronaut service to AWS Elastic Beanstalk with github Actions

Now that I can develop and test my Micronaut Java service in my browser, in the cloud, the next step is automating deployment to AWS Elastic Beanstalk.

#java #aws #github #micronaut Read essay →
java · MAY 20 · 2020

How I Achieved Incredibly fast Java Micronaut Service Startup Times with GraalVM

Despite my Micronaut Java service having a fast startup time, I wanted to see if I could get it starting even fast for production. The short answer was YES.

#java #graalvm #micronaut Read essay →
java · MAY 18 · 2020

Running a Java Micronaut application in Visual Studio Codespaces

So you can use (https://sdkman.io) to install any Java version you want (like the Amazon Correto in case you plan on deploying to Elastic Beanstalk): sdk install java 11.0.7-amzn

#java #micronaut #ide Read essay →