Browse Source

DATAJDBC-483 - Fixes small documentation issues.

Add anchor to section on JdbcValue in reference documentation.

Original pull request: #189.
1.0.x
taeyeonkim 6 years ago committed by Jens Schauder
parent
commit
06805b1bc4
No known key found for this signature in database
GPG Key ID: 996B1389BA0721C3
  1. 2
      src/main/asciidoc/jdbc.adoc

2
src/main/asciidoc/jdbc.adoc

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

Loading…
Cancel
Save