Spring Boot + Database
Run a Spring Boot project against a real PostgreSQL database from the Database Lab. Pick a database in the workspace toolbar, press Run, and the connection is injected into the container. Browse the tables and run SQL from the same page, and the data survives when the session ends.
New Spring Boot project
Scaffold, edit, run and download a full Spring Boot project in the browser — then attach one of your databases from the workspace toolbar.
Pre-built projects
Pick a ready-made Spring Boot API, hit Run at Sandbox, and it boots live in one click.
application.yml;
the password is supplied at run time.Generate or open a project, set a request, then click Run.