Skip to content

Commit 36d1831

Browse files
author
Steve Riesenberg
committed
Polish "How-to: Implement core services with JPA"
1 parent 7b33315 commit 36d1831

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

docs/antora.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ nav:
99
- modules/ROOT/nav.adoc
1010
- modules/guides/nav.adoc
1111
- modules/appendix/nav.adoc
12-
asciidoc:
13-
attributes:
14-
docs-dir: ../../..
15-
root-dir: ../../../..

docs/local-antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ asciidoc:
88
content:
99
sources:
1010
- url: ../
11-
branches: [jpa-guide]
11+
branches: [main]
1212
start_path: docs
1313
ui:
1414
bundle:

samples/messages-client/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ logging:
55
level:
66
root: INFO
77
org.springframework.web: INFO
8-
org.springframework.security: trace
8+
org.springframework.security: INFO
99
org.springframework.security.oauth2: INFO
1010
# org.springframework.boot.autoconfigure: DEBUG
1111

0 commit comments

Comments
 (0)