Skip to content

Commit 74f6100

Browse files
authored
Update README.md
1 parent ded9333 commit 74f6100

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Use of autoTimestampEventListener.withoutTimestamps results in timestamps being disabled in ALL simultaneous threads.
22
## Grails 6+
33

4+
Exists in either Grails 6 or 7
5+
```
6+
cd grails6
7+
sdk env
8+
gradle bootRun
9+
10+
cd grails7
11+
sdk env
12+
gradle bootRun
13+
```
14+
15+
416
Request 1: http://localhost:8080/sample/create
517
```
618
Sample.save(flush:true).dateCreated == new Date()

0 commit comments

Comments
 (0)