Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 621 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 621 Bytes

Domain Locking Plugin for Grails 3

This is a Grails 3 plugin to provide an easy way to use optimistic/pessimistic locking.

Installation

In build.gradle:

dependencies {
    compile "org.grails.plugins:domain-locking:<VERSION>"
}

Usage

TBD

Configuration

TBD

Code Status

Build Status

License

This is released under the Apache 2.0 License