Spring Boot Introduction
I am a developer who loves Java, Spring, Quarkus, Micronaut, Open source, Microservices, Cloud
Search for a command to run...
I am a developer who loves Java, Spring, Quarkus, Micronaut, Open source, Microservices, Cloud
No comments yet. Be the first to comment.
Spring is most popular java framework. We will explore Spring boot and microservices.
Meta Audience : Who knows Spring Boot and want to learn Reactive Spring Source code: https://github.com/CODINGSAINT/springboot-rective-microservices-with-reactjs/tree/1_user-service ## Reactive Spring Boot is new paradigm shift in the way we have ...
Spring AI Tool Calling: From Chatbot to AI Agent with @Tool Your AI is smart. It knows an enormous amount. But it's frozen. It doesn't know what time it is right now. It doesn't know what's on your ca
Spring AI Advisors API Explained Series: Spring AI Complete Course — Lecture 4 of 12Reading Time: 8 minutesLevel: Intermediate Most developers stop at ChatClient. That is enough for demos. It is not
Working with Multiple AI Models in Spring AI Spring AI Complete Course — Lecture 3 of 12Previous: Lecture 2 — ChatClient API | Next: Lecture 4 — Advisors API In production AI applications, you rarel
Spring AI ChatClient API: The Fluent Heart of AI Integration Introduction If you've ever tried integrating AI models into a Java application, you know the pain. HTTP clients, API keys scattered everywhere, vendor-specific SDKs that never quite fit. W...
What is Spring AI? — Why Java Developers Need This in 2026 Every AI tutorial you see is in Python. LangChain, LlamaIndex, OpenAI SDK — all Python. But here's the uncomfortable truth: 80% of enterprise backends run Java. So who's building AI into thos...
Spring Boot is easy, robust and simple way to create production grade standalone application that you can run.
It is a very opinionated approach of Spring boot library and third party application with a motive of starting an application without much configuration. Spring Boot handles most of the configuration required for Spring and third party libraries.
Tough it handles most of your configuration by itself , it’s opinionated approach doesn’t come in your way to override default configuration , and you can still add custom configuration on your own.
Running a Spring Boot application is as easy as running a jar file.
While writing this documentation spring boot is at version 2.0.0.BUILD-SNAPSHOT. It requires
While proceeding further we do expect that you have Java version 8, Maven 3.2 or Gradle installed on your system.
It is expected that as a reader you do have a basic knowledge of Java and Maven . A knowledge on Spring is a big plus but you can learn it along the course. Things will be kept as simple as possible, with links to full source code.