Document how to enable spring transactional annotations
Open
Beginner friendly
relates-to: documentation
- Dominant language
- Groovy
- Stars
- 2.9k
- Forks
- 975
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 92
Description
It's just a matter of adding the following to resources.groovy
```
xmlns tx:"http://www.springframework.org/schema/tx"
tx.'annotation-driven'('transaction-manager':'transactionManager')
```
Contributor guide
Research direction
Start by locating the documentation section that explains Grails configuration and transactional support. Add the provided resources.groovy namespace and annotation-driven configuration, with a brief explanation of enabling Spring transactional annotations. Done means the setup is documented clearly enough for users to apply it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy, spring
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100