Simple CLI App With Spring Boot

Building simple CLI app to update database records

Suraj Mishra
Javarevisited
Published in
3 min readMar 25, 2024

--

Introduction

Spring boot provides Spring Shell using which we can a build CLI app. CLI app’s are interactive way to build the application without needing web ui interface.

In this article we will use Spring Shell to build CLI app to bulk update accounts table…

--

--