Completed
| Conclusion
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Micronaut, GraalVM and Picocli - Building Native Java Command-Line Apps - Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 | Intro
- 2 | Creating new Micronaut project using the Launch website
- 3 | Creating new Micronaut project using Micronaut CLI app
- 4 | Importing and configuring the project in IntelliJ IDEA
- 5 | Implementing "stackoverflow-cli search" command
- 6 | Calling REST API using Micronaut's declarative HTTP client
- 7 | Formatting the output using ANSI colors and
- 8 | Compiling native executable file using GraalVM native-image
- 9 | BONUS: Using Java 11 HttpClient
- 10 | Conclusion