how to run this java application in CI/CD pipeline
@Storkz0re27 күн бұрын
Unfortunately, it is not clear, that this is the simple update via rebase guide. I hoped it will explain harder scenarios, where you have a master branch, whole-feature branch, and feature-part branch, that gonna be merged into the whole-feature to minimize the size of PR. So the problem happens, when master branch gets a bugfix, and I working in the feature-part. Then I have to update the whole-feature from master, then update feature-part from the whole-feature
@kaka_tutorails8765Ай бұрын
Anyone watching this video in 2024
@WolfCaesar-w6x2 ай бұрын
384 Sarai Brooks
@alexzink44512 ай бұрын
Very useful. Thanks 😊
@TKDyssTKDyss3 ай бұрын
Marco your voice is perfect and impressive. And we have Marco Pasha character, do you know? I recommend to search. and great video and feature by the way
@ВалерийЖмышенко-э4ф3 ай бұрын
The video is pure gold. Thank you
@kennethcarvalho36844 ай бұрын
How to import spring boot like you did?
@imakhlaqXD4 ай бұрын
So basically monorepos in java. But why ??
@SheltonChiuswa4 ай бұрын
u a star
@milad_mo5 ай бұрын
good and practical explanation
@ganeshbabu82635 ай бұрын
This is what I look for
@aithapriyanka8666 ай бұрын
Please send me code
@aithapriyanka8666 ай бұрын
Please send me code written in Intellij
@galenhan17196 ай бұрын
very helpful for my cs final project!
@aithapriyanka8667 ай бұрын
Could you please send me code of trading application example
@mikelchi86957 ай бұрын
is this inbuilt form or your custom form? Do you follow PCI - DSS Compliance ? thanks for antitcipated answers
@NimzoLarsen7 ай бұрын
Such a great tutorial Thank you so much
@sloochik7 ай бұрын
Very helpful video! Thank you for the explanation
@emirwildrift8 ай бұрын
wtf
@derbisi97558 ай бұрын
There is a section called "Scratches" down in the project down below under "External Libraries". If you don't have it, search where your IDE config is stored and add a folger "scratches. Then restart your IDE and it should appear. But your scratch files there. It's stored in the IDE config, so you can use it in any project. For the official documentation search fo "scratch files" on jetbrains homepage.
@ValidicTest8 ай бұрын
Would be great to see what your env variables look like besides the one you just add. I'm not able to switch java version.
@henryokurut66999 ай бұрын
Thanks man
@srmlhss9 ай бұрын
Gem of a demo. I started working on spring boot recently and earlier to that I only had core Java experience. I always struggled with what autoconfiguration actually meant. Finally, after watching this video I get it now. Thanks a lot!
@MrAtlantis9510 ай бұрын
When I switch the command continuous the new value variable is conacatenated over and over again. See below (17... 11...17..11) D:\development>echo %PATH% C:\Program Files\Zulu\zulu-17\bin;C:\Program Files\Zulu\zulu-11\bin;C:\Program Files\Zulu\zulu-17\bin;C:\Program Files\Zulu\zulu-11\\bin;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\etc etc etc etc; D:\development>
@JohnCowan-jdc4410 ай бұрын
Great video. I'm new to Stripe in PHP. This helped a lot. Question: When a user pays via the setup you described, is the payment final? Press "Pay" and money goes into the Stripe owner's account? Do we need to do any other payment processing back on our site? I want to be sure Stripe isn't waiting for me to do something else before the payment is actually charged and received. Thanks.
@trancongbao10 ай бұрын
So how should we approach the problem at kzbin.info/www/bejne/nYe0mp2fedGcq6s?
@kangnifredable11 ай бұрын
I have a cors origin issue with tomcat nginx installed on vps server
@farooqmss11 ай бұрын
@1:27 it is still recommended to use "if isDebugEnabled", because it dose not create array of arguments which are normally logged
@shubhamjumde907611 ай бұрын
Hi Marco, This is a really helpful video to understand Stream API. From Java 8 , we can have concrete methods in an interface also. An Abstract class could also have concrete methods and abstract methods. I am stuck at a point where it has become really difficult to understand and choose between abstract class and interface. Could you please share some use cases or scenarios when to use interface and when to use abstract class. Any examples would be really helpful. Thanks!
@abdushakoor0099 Жыл бұрын
should've found this channel earlier
@abdushakoor0099 Жыл бұрын
Good content
@mosca204 Жыл бұрын
Nice music in the beginning, whats the name?
@shanilka_wariyapperuma Жыл бұрын
Great Explanation! This video made me understand true meaning of "Root Cause". Great Work! Keep it Up!
@ziat1988 Жыл бұрын
I don't get why avoid rebase when working with other developer? If I'm the only one work with feature A and other dev work with feature B , I still can rebase ?
@Storkz0re27 күн бұрын
first pushes his code to the master, second updates his branch from the master
@abdelmuniemmohamed2638 Жыл бұрын
Thanks Marco, great content.
@Vacbid Жыл бұрын
Hi Marco, First of all, thank you for this video series. If stripeObject returns null, Yes version and Stripe version must be the same, otherwise stripeObject returns null. event.getApiVersion() to check your event version.
@avneetsingh2010 Жыл бұрын
Hey Marco, How is the webhook controller triggered from the client side? I suppose we need to tie the "/webhook" URL endpoint in the client side after the payment, and validate whether the payment was successful in the server side.
@amansheikh1801 Жыл бұрын
nice
@kiranduba5580 Жыл бұрын
Marco, how can we stripe with CVC field only?
@df-hh7yd Жыл бұрын
This is the best video about Spring Boot ever
@darrylblake9680 Жыл бұрын
Trying to find out how to do this with using code is ny impossible.
@sephirothaxel Жыл бұрын
thank you for this easy video, so many tutorials I watch and yours is the only one with the full example
@ВолодимирТрубін Жыл бұрын
Very clear and understandable explanation. Thank you a lot!!!
@razorblade413 Жыл бұрын
awesome video! but how can i have the relative path of a file inside a project loadedin netbeans for example? i always have trouble with relative path.
@dariusv5216 Жыл бұрын
but with CLI you just showed how to show list of quees and cound of messages. But we need to see messages themselves so that we could search trough them. Web interface is not good, it crashes with 10k messages (maybe depends on message lenght)