DATAJDBC-483 - Fixes small documentation issues.

Add anchor to section on JdbcValue in reference documentation.

Original pull request: #189.
This commit is contained in:
taeyeonkim
2020-02-03 20:23:02 +09:00
committed by Jens Schauder
parent 4170701af9
commit 06805b1bc4

View File

@@ -474,7 +474,7 @@ For example, the following listener gets invoked before an aggregate gets saved:
[source,java]
----
@Bean
public ApplicationListener<BeforeSave> timeStampingSaveTime() {
public ApplicationListener<BeforeSaveEvent> timeStampingSaveTime() {
return event -> {