apache / apache/grails-core

Document how to enable spring transactional annotations

Open Beginner friendly
#14,184 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.