Browse Source

Polish "How-to: Implement core services with JPA"

Steve Riesenberg 3 năm trước cách đây
mục cha
commit
36d18312b0

+ 0 - 4
docs/antora.yml

@@ -9,7 +9,3 @@ nav:
   - modules/ROOT/nav.adoc
   - modules/guides/nav.adoc
   - modules/appendix/nav.adoc
-asciidoc:
-  attributes:
-    docs-dir: ../../..
-    root-dir: ../../../..

+ 1 - 1
docs/local-antora-playbook.yml

@@ -8,7 +8,7 @@ asciidoc:
 content:
   sources:
     - url: ../
-      branches: [jpa-guide]
+      branches: [main]
       start_path: docs
 ui:
   bundle:

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

@@ -5,7 +5,7 @@ logging:
   level:
     root: INFO
     org.springframework.web: INFO
-    org.springframework.security: trace
+    org.springframework.security: INFO
     org.springframework.security.oauth2: INFO
 #    org.springframework.boot.autoconfigure: DEBUG