Spring Boot
Spring Boot is a Java framework built on top of the Spring Framework that eliminates most manual configuration through auto-configuration and convention over configuration, letting developers create stand-alone, production-ready applications with minimal setup.
13 resources across 1 library
Glossary Terms(13)
Kotlin
Kotlin is a modern, statically typed programming language developed by JetBrains that runs on the Java Virtual Machine and is the preferred language for Androi…
ABP Framework
ABP Framework is an open-source application framework built on ASP.NET Core that provides a modular, layered architecture along with pre-built infrastructure —…
Actix
Actix (commonly used via Actix Web) is a high-performance web framework for the Rust programming language, built on an asynchronous actor model and known for c…
Hibernate
Hibernate is an object-relational mapping (ORM) framework for Java that maps Java classes to database tables, letting developers work with relational data usin…
Gradle
Gradle is a build automation tool for JVM-based (and other) projects that uses a Groovy or Kotlin DSL to define flexible, programmable build scripts.
Grails
Grails is a full-stack web application framework for the JVM, written in Groovy and built on Spring Boot, that emphasizes convention over configuration in the…
AssertJ
AssertJ is a Java assertion library that provides a fluent, chainable API for writing expressive, readable assertions in unit tests.
Quarkus
Quarkus is an open-source Java framework tailored for GraalVM and OpenJDK HotSpot that moves most configuration and dependency-injection work to build time, gi…
Spring Boot
Spring Boot is a Java framework built on top of the Spring Framework that eliminates most manual configuration through auto-configuration and convention over c…
Apache Tomcat
Apache Tomcat is an open-source Java Servlet container and web server that implements the Jakarta Servlet, JSP, and WebSocket specifications, used to deploy an…
Apache Camel
Apache Camel is an open-source integration framework that implements well-known Enterprise Integration Patterns (EIPs), letting developers define routing and d…
Flyway
Flyway is an open-source, SQL-first database migration tool that applies versioned schema changes in order and tracks execution history in a schema history tab…
JPA (Java Persistence API)
The Java Persistence API (JPA) is a Java specification that defines a standard way to map Java objects to relational database tables, with Hibernate as its mos…