Build a CRUD RESTful API with Grails 6 and Microsoft SQL Server
Want to build a clean, powerful REST API with modern Java stack tools?
In this tutorial, I show you how to build a CRUD RESTful API using:
- 🛠️ Grails 6
- 💾 Microsoft SQL Server
- ⚡ GORM +
@Resource
for automatic endpoint generation
You’ll also learn how to:
- Configure SQL Server in
application.yml
- Add and test endpoints with cURL
- Extend functionality with custom controllers