Api-First driven development - Using swagger code gen, OpenApi & Spring Boot

  Рет қаралды 37,413

Mike Teaches Programming

Mike Teaches Programming

Күн бұрын

Пікірлер: 47
@teputube
@teputube Жыл бұрын
Truly "short and sweet". Very nice presentation, thank you!
@Fatmetal
@Fatmetal 2 жыл бұрын
Great video. Straight to the point, I like it.
@antonyrichard369
@antonyrichard369 2 жыл бұрын
Very useful. Gave me an excellent start in my job 🙏🙏
@MikeTeachesProgramming
@MikeTeachesProgramming 2 жыл бұрын
Glad it helped you :) Best of luck
@samuelju9247
@samuelju9247 2 жыл бұрын
Thanks Mike, very clear and informative!
@yoramnagavker2144
@yoramnagavker2144 Жыл бұрын
from where I can download the yaml file that you created ?
@MikeTeachesProgramming
@MikeTeachesProgramming 4 жыл бұрын
Hey everyone. New Api-first bite sized series started. Here's part 1 make sure to check it out and subscribe for part 2: kzbin.info/www/bejne/bGqzaKNmlNSffZY
@MikeTeachesProgramming
@MikeTeachesProgramming 4 жыл бұрын
New Series for API First out now :) Parts 3 & 4 covering POST requests and more coming early January Part 1 - Getting setup - kzbin.info/www/bejne/bGqzaKNmlNSffZY Part 2 - Creating the API - kzbin.info/www/bejne/iqq6dX2NltmfrbM Part 3 - Creating POST request - kzbin.info/www/bejne/rIfSiodrhqh_ndE Part 4 - Path Parameters coming January
@mikelsimeon
@mikelsimeon 2 жыл бұрын
Thanks for the video! What was that Ctrl-A formatting trick you did at 11:30 ?
@MikeTeachesProgramming
@MikeTeachesProgramming 2 жыл бұрын
Sorry for late reply. Highlight all Ctrl + a, then format with Ctrl + alt + l
@shashiranjan7451
@shashiranjan7451 3 жыл бұрын
Everything is working fine. But when I'm trying to return anything from controller it says ''ClassNotFoundException''
@re1konn
@re1konn 4 жыл бұрын
You made it very clear thanks. Subscribed! Hope to see a follow up on this video
@MikeTeachesProgramming
@MikeTeachesProgramming 4 жыл бұрын
Hey. Thanks for your comment, glad to hear I could help :)
@venkaiah8798
@venkaiah8798 3 жыл бұрын
How can we generate json schema for the components of open api components like domain classes looking for maven plugin
@mervekarakoca8336
@mervekarakoca8336 3 жыл бұрын
I can't use the generated interface in the controller class. How can I solve this? Thank you for great tutorial.
@fede77
@fede77 3 жыл бұрын
Mark the java folder inside the generated-sources as a source folder in the project structure
@ZbumDemon
@ZbumDemon Жыл бұрын
Awesome!
@manuelretamozo9278
@manuelretamozo9278 3 жыл бұрын
Thank you, regards and Jesus' Blessings from Lima Peru
@suneelreddy5840
@suneelreddy5840 2 жыл бұрын
Can we genrate yaml file to java objects using gradle build tool?
@candacestern6560
@candacestern6560 2 жыл бұрын
!!!!! ???
@nirmalkumarravi9869
@nirmalkumarravi9869 Жыл бұрын
Yes
@DenFri91
@DenFri91 4 жыл бұрын
How do i add oauth2 Security for Server to server Communication? Without user interaction.
@lusariomartino6315
@lusariomartino6315 Жыл бұрын
Thanks! Help very much
@rishiraj2548
@rishiraj2548 2 жыл бұрын
Thanks 🎉
@nehapalnullRA
@nehapalnullRA 3 жыл бұрын
the dependencies for "swagger-annotations" and "jackson-annotations" and plugin for "swagger-codegen-maven-plugin" throw errors. what could be done?
@MikeTeachesProgramming
@MikeTeachesProgramming 3 жыл бұрын
Hey. You can check the source code here: github.com/miketeachesprogramming/library-service Take a look at pom files. Maybe you're missing versions
@theodoregaelejwe9520
@theodoregaelejwe9520 2 жыл бұрын
Thanks Mike! I just have one question: I keep getting the error 'cannot resolve setName() and setBookAuthor() in Book' when I try running the project after following all the steps. How can I fix this?
@shounak616
@shounak616 2 жыл бұрын
Hey getting same error. plz tell me if you fixed it
@MikeTeachesProgramming
@MikeTeachesProgramming 2 жыл бұрын
If you could push your code to a repository I can take a quick look :)
@MikeTeachesProgramming
@MikeTeachesProgramming 2 жыл бұрын
If you could push your code to a repository I can take a quick look :)
@matjazhafner2000
@matjazhafner2000 4 жыл бұрын
Great tutorial. How to create swagger-ui.html from that yaml?
@vanderrerr
@vanderrerr 2 жыл бұрын
Hi Mike, Great video. Do you have same for gradle?
@karviworld7627
@karviworld7627 4 жыл бұрын
Can you please create a video on client stub as well
@MikeTeachesProgramming
@MikeTeachesProgramming 4 жыл бұрын
Looking into this will have more content in January :) Been super busy but have some time to make some more videos :)
@venkatpullamsetty6864
@venkatpullamsetty6864 4 жыл бұрын
How do we generate customised LibraryController.java class instead of generating interface as LibraryApi
@MikeTeachesProgramming
@MikeTeachesProgramming 4 жыл бұрын
Hey. In the maven settings change the tag to true :) Hopefuly this helps
@sivanandhamp7515
@sivanandhamp7515 4 жыл бұрын
Very clear explanation. thank you.
@karthikeyan.ganapathy
@karthikeyan.ganapathy 3 жыл бұрын
Great Tutorial
@igorfirs6504
@igorfirs6504 3 жыл бұрын
Thanks a lot to you kindest man
@ledjon7359
@ledjon7359 3 жыл бұрын
great explanation
@dvt32
@dvt32 3 жыл бұрын
Nice video, very helpful, thanks! :)
@andreicurca766
@andreicurca766 2 жыл бұрын
This is some black magic stuff
@znubionek
@znubionek 2 жыл бұрын
thanks
@hughobrien4436
@hughobrien4436 2 жыл бұрын
Brilliant an Irish man :)
@tshepo2japhta28
@tshepo2japhta28 2 жыл бұрын
Thanks alot man
@Mat1ga
@Mat1ga 3 жыл бұрын
Great, thx!
@abh6967
@abh6967 3 жыл бұрын
Sure....anyone would be able to memorize and type out all that yml without error easily.
Api-First driven development (Swagger, OpenApi, Spring Boot) : Part 1 - The Setup
13:37
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
I’m Starting an Ai Agency From $0 To Prove It’s Not Luck…
28:05
Charlie Barber
Рет қаралды 19 М.
How to add Swagger to Spring Boot - Brain Bytes
21:09
Java Brains
Рет қаралды 460 М.
Spring boot 3 - OpenApi Documentation | Swagger UI
35:09
Bouali Ali
Рет қаралды 72 М.
Reactive Programming with Spring Boot | A Beginner's Guide
40:31
[Episode 14] API-First Approach
15:10
Bingyang Wei
Рет қаралды 1,5 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН