This source code is part of Grails 3 and Microsoft SQL Server: Building CRUD RESTful API tutorial.
To run locally:
- Clone this repo
- Configure
grails-app/conf/application.yml
change the URL and database name - Create a database from Microsoft SQL Server
- Run Microsoft SQL Server
- Run Grails 3 app
grails run-app