WHAT is AUTOCONFIGURATION?

Sdílet
Vložit
  • čas přidán 22. 08. 2024
  • One of Spring Boot's most amazing features is autoconfiguration. But what, exactly, is autoconfiguration? How does it work? And what about it makes it so effective at building Java applications?
    ====
    Don't forget to pre-order your copy of Learning Spring Boot 3.0 3rd Edition today at springbootlear...!
    ====
    ALSO SEE: 👀
    ✅ HOW do I secure my application? • How to NOT get hacked!
    ✅ HOW do I find my data? • HOW can I find my DATA?
    RESOURCES: 👇
    - Order your copy of Learning Spring Boot 3.0 3rd Edition today at springbootlear...!
    GET MORE: 🎉
    - Get a FREE tech ebook at springbootlear...
    - Follow me on Twitter: / springbootlearn
    GRAB A MUG FOR YOUR COFFEE ☕ (and a t-shirt): store.springbo...
    Click "subscribe" under the video (and hit that bell icon) to get notified when new videos come out.
    STUFF I LIKE TO USE: 😍
    - Motorized standing desk: springbootlear...
    - Laptop stand: springbootlear...
    - AirPods Pro: springbootlear...
    - Affordable thumbnail testing: springbootlear...
    - Music: springbootlear...
    - Recut (pre-editing): springbootlear...
    - Other studio gear: springbootlear...
    DISCLOSURE: All opinions stated here are mine and do not necessarily reflect those of the Spring team nor of my employer. Any usage of "Spring", "Spring Boot", "Spring Framework", "VMware", "Pivotal", or anything else is completely unaffiliated with its owners. From time to time, I may post affiliate links for products I enjoy using. They don't cost you anything extra, and I may get a small commission.
    #springbootlearning
    © 2023 Greg L. Turnquist, All Rights Reserved

Komentáře • 11

  • @ProCoderIO
    @ProCoderIO  Před rokem

    An application isn't much of an application without data. That's why you need to watch the following video to learn HOW to both store and find your data using SPRING DATA:
    ✅ HOW do I find my data? czcams.com/video/EsO8NPorfZ8/video.html

  • @maelstrom0x877
    @maelstrom0x877 Před rokem

    question spring boot learning,
    for someone wanting to apply to java/spring backend roles. what kind of portfolio projects do you think would be great to showcase?

    • @ProCoderIO
      @ProCoderIO  Před rokem +2

      The biggies to show anyone that you can code include serving up web pages, accessing data, and securing it all. There is also messaging, but that is sometimes an ancillary thing that's needed.
      As long as you are able to adapt to the team's technologies, it's not as vital that you can use specific toolkits, but instead that you are able to solve problems.
      If you want to dig in a little more, then check out czcams.com/video/CGtfY2gAwOU/video.html.

    • @maelstrom0x877
      @maelstrom0x877 Před rokem

      @@ProCoderIO thanks a lot!

  • @maelstrom0x877
    @maelstrom0x877 Před rokem

    awesome video spring boot learning!
    are there any videos on spring's AOP?

    • @ProCoderIO
      @ProCoderIO  Před rokem +2

      I doubt there will many videos on Spring AOP. To be honest, AOP never really was picked up that much in the market. At least, not be end users.
      AOP is handy for framework code. It's how we implement things like, for example, TransactionInterceptor to wrap DB operations.
      But the number of times end users need to use actualy AspectJ-type patterns simply didn't become the "thing" I believe people presumed it would back in the day.
      And that's probably why no one talks about AOP at conferences anymore. Other channels might cover it, but I haven't seen any myself.

  • @imshaggy619
    @imshaggy619 Před rokem

    Hi, I am currently looking for a way to cache large data from DB and put it into any file which can be used by a service as a lookup. Any options can you suggest

    • @imshaggy619
      @imshaggy619 Před rokem

      The lookup service will be like.
      service.getValue(key) - this should come from the cache and no DB hit is required

    • @ProCoderIO
      @ProCoderIO  Před rokem

      Have you looked at Redis? Combined with Spring’s cache abstraction it can be quite powerful.

  • @RoniiNN
    @RoniiNN Před 8 měsíci

    I’m new to spring maven I’m doomed? 😂