JevMade hello@JevMade.com
← Back to guides

JevMade field notes / Framework tutorial

Add typed Jev decisions to Spring Boot

A Spring MVC integration tutorial covering local starter installation, API-key configuration, dependency injection, and typed choice, noul, and score requests.

Original by Dan VegaIntegrationsGitHub README and Java clientSource reviewed

Before you dive in

What you’ll find in the original

  1. Build and install the starter locally, then add it alongside the application's own `spring-boot-starter-webmvc` dependency.
  2. Configure credentials through Spring properties and inject `JevClient` into an application service.
  3. Represent bounded category selection, truth/support judgment, and rubric scoring with the starter's three typed question forms.
Worth knowing

Requires Java, Maven, Spring MVC, and TypeSafe credentials. The starter is installed from this repository rather than a documented central release, so pin the reviewed revision for reproducibility.