From the course: Java Microservices with GraalVM
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Build a Micronaut web service
From the course: Java Microservices with GraalVM
Build a Micronaut web service
- [Instructor] Let's jump into some code now 2 and build a simple webservice with Micronaut. 3 I do want to mention, 4 we're only touching on the framework here, 5 we're not digging very deep, 6 I don't expect you to be an expert at Micronaut. 7 In fact, I don't even expect you to be a novice 8 at Micronaut by the time you're done with this. 9 This course is focusing on graalVM. 10 So I want to show you the touch points with graal 11 with the framework. 12 I encourage you to dig deeper 13 in each of these frameworks as we go, 14 based on what you find to be most useful for your work. 15 The easiest way to use Micronaut on a machine 16 is to use their CLI, they have a dedicated page 17 on how to install the Micronaut CLI, 18 using various package managers. 19 I'm going to leave this up to you to figure out 20 which way works best for you. 21 But for me, I use the binary. 22 So I go to this Micronaut website, 23 and I…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.