Structural Fixes

This commit is contained in:
Rob Winch
2023-04-20 09:51:32 -05:00
committed by rstoyanchev
parent 3774e9be7a
commit 7b0ba0188f
21 changed files with 103 additions and 142 deletions

View File

@@ -158,31 +158,31 @@
**** xref:testing/spring-mvc-test-framework/server-htmlunit/geb.adoc[]
** xref:testing/spring-mvc-test-client.adoc[]
** xref:testing/appendix.adoc[]
** xref:testing/annotations.adoc[]
*** xref:testing/annotations/integration-standard.adoc[]
*** xref:testing/annotations/integration-spring.adoc[]
**** xref:testing/annotations/integration-spring/annotation-bootstrapwith.adoc[]
**** xref:testing/annotations/integration-spring/annotation-contextconfiguration.adoc[]
**** xref:testing/annotations/integration-spring/annotation-webappconfiguration.adoc[]
**** xref:testing/annotations/integration-spring/annotation-contexthierarchy.adoc[]
**** xref:testing/annotations/integration-spring/annotation-activeprofiles.adoc[]
**** xref:testing/annotations/integration-spring/annotation-testpropertysource.adoc[]
**** xref:testing/annotations/integration-spring/annotation-dynamicpropertysource.adoc[]
**** xref:testing/annotations/integration-spring/annotation-dirtiescontext.adoc[]
**** xref:testing/annotations/integration-spring/annotation-testexecutionlisteners.adoc[]
**** xref:testing/annotations/integration-spring/annotation-recordapplicationevents.adoc[]
**** xref:testing/annotations/integration-spring/annotation-commit.adoc[]
**** xref:testing/annotations/integration-spring/annotation-rollback.adoc[]
**** xref:testing/annotations/integration-spring/annotation-beforetransaction.adoc[]
**** xref:testing/annotations/integration-spring/annotation-aftertransaction.adoc[]
**** xref:testing/annotations/integration-spring/annotation-sql.adoc[]
**** xref:testing/annotations/integration-spring/annotation-sqlconfig.adoc[]
**** xref:testing/annotations/integration-spring/annotation-sqlmergemode.adoc[]
**** xref:testing/annotations/integration-spring/annotation-sqlgroup.adoc[]
*** xref:testing/annotations/integration-junit4.adoc[]
*** xref:testing/annotations/integration-junit-jupiter.adoc[]
*** xref:testing/annotations/integration-meta.adoc[]
** xref:testing/resources.adoc[]
*** xref:testing/annotations.adoc[]
**** xref:testing/annotations/integration-standard.adoc[]
**** xref:testing/annotations/integration-spring.adoc[]
***** xref:testing/annotations/integration-spring/annotation-bootstrapwith.adoc[]
***** xref:testing/annotations/integration-spring/annotation-contextconfiguration.adoc[]
***** xref:testing/annotations/integration-spring/annotation-webappconfiguration.adoc[]
***** xref:testing/annotations/integration-spring/annotation-contexthierarchy.adoc[]
***** xref:testing/annotations/integration-spring/annotation-activeprofiles.adoc[]
***** xref:testing/annotations/integration-spring/annotation-testpropertysource.adoc[]
***** xref:testing/annotations/integration-spring/annotation-dynamicpropertysource.adoc[]
***** xref:testing/annotations/integration-spring/annotation-dirtiescontext.adoc[]
***** xref:testing/annotations/integration-spring/annotation-testexecutionlisteners.adoc[]
***** xref:testing/annotations/integration-spring/annotation-recordapplicationevents.adoc[]
***** xref:testing/annotations/integration-spring/annotation-commit.adoc[]
***** xref:testing/annotations/integration-spring/annotation-rollback.adoc[]
***** xref:testing/annotations/integration-spring/annotation-beforetransaction.adoc[]
***** xref:testing/annotations/integration-spring/annotation-aftertransaction.adoc[]
***** xref:testing/annotations/integration-spring/annotation-sql.adoc[]
***** xref:testing/annotations/integration-spring/annotation-sqlconfig.adoc[]
***** xref:testing/annotations/integration-spring/annotation-sqlmergemode.adoc[]
***** xref:testing/annotations/integration-spring/annotation-sqlgroup.adoc[]
**** xref:testing/annotations/integration-junit4.adoc[]
**** xref:testing/annotations/integration-junit-jupiter.adoc[]
**** xref:testing/annotations/integration-meta.adoc[]
*** xref:testing/resources.adoc[]
* xref:data-access.adoc[]
** xref:data-access/transaction.adoc[]
*** xref:data-access/transaction/motivation.adoc[]
@@ -268,11 +268,24 @@
**** xref:web/webmvc/mvc-controller/ann-initbinder.adoc[]
**** xref:web/webmvc/mvc-controller/ann-exceptionhandler.adoc[]
**** xref:web/webmvc/mvc-controller/ann-advice.adoc[]
*** xref:web/webmvc-functional.adoc[]
*** xref:web/webmvc/mvc-uri-building.adoc[]
*** xref:web/webmvc/mvc-ann-async.adoc[]
*** xref:web/webmvc-cors.adoc[]
*** xref:web/webmvc/mvc-ann-rest-exceptions.adoc[]
*** xref:web/webmvc/mvc-security.adoc[]
*** xref:web/webmvc/mvc-caching.adoc[]
*** xref:web/webmvc-view.adoc[]
**** xref:web/webmvc-view/mvc-thymeleaf.adoc[]
**** xref:web/webmvc-view/mvc-freemarker.adoc[]
**** xref:web/webmvc-view/mvc-groovymarkup.adoc[]
**** xref:web/webmvc-view/mvc-script.adoc[]
**** xref:web/webmvc-view/mvc-jsp.adoc[]
**** xref:web/webmvc-view/mvc-feeds.adoc[]
**** xref:web/webmvc-view/mvc-document.adoc[]
**** xref:web/webmvc-view/mvc-jackson.adoc[]
**** xref:web/webmvc-view/mvc-xml-marshalling.adoc[]
**** xref:web/webmvc-view/mvc-xslt.adoc[]
*** xref:web/webmvc/mvc-config.adoc[]
**** xref:web/webmvc/mvc-config/enable.adoc[]
**** xref:web/webmvc/mvc-config/customize.adoc[]
@@ -289,21 +302,6 @@
**** xref:web/webmvc/mvc-config/advanced-java.adoc[]
**** xref:web/webmvc/mvc-config/advanced-xml.adoc[]
*** xref:web/webmvc/mvc-http2.adoc[]
** xref:web/web-data-binding-model-design.adoc[]
** xref:web/webmvc-functional.adoc[]
** xref:web/web-uris.adoc[]
** xref:web/webmvc-cors.adoc[]
** xref:web/webmvc-view.adoc[]
*** xref:web/webmvc-view/mvc-thymeleaf.adoc[]
*** xref:web/webmvc-view/mvc-freemarker.adoc[]
*** xref:web/webmvc-view/mvc-groovymarkup.adoc[]
*** xref:web/webmvc-view/mvc-script.adoc[]
*** xref:web/webmvc-view/mvc-jsp.adoc[]
*** xref:web/webmvc-view/mvc-feeds.adoc[]
*** xref:web/webmvc-view/mvc-document.adoc[]
*** xref:web/webmvc-view/mvc-jackson.adoc[]
*** xref:web/webmvc-view/mvc-xml-marshalling.adoc[]
*** xref:web/webmvc-view/mvc-xslt.adoc[]
** xref:web/webmvc-client.adoc[]
** xref:web/webmvc-test.adoc[]
** xref:web/websocket.adoc[]
@@ -333,7 +331,6 @@
**** xref:web/websocket/stomp/configuration-performance.adoc[]
**** xref:web/websocket/stomp/stats.adoc[]
**** xref:web/websocket/stomp/testing.adoc[]
** xref:web/websocket-intro.adoc[]
** xref:web/integration.adoc[]
* xref:web-reactive.adoc[]
** xref:web/webflux.adoc[]
@@ -365,15 +362,15 @@
**** xref:web/webflux/controller/ann-initbinder.adoc[]
**** xref:web/webflux/controller/ann-exceptions.adoc[]
**** xref:web/webflux/controller/ann-advice.adoc[]
*** xref:web/webflux-functional.adoc[]
*** xref:web/webflux/uri-building.adoc[]
*** xref:web/webflux-cors.adoc[]
*** xref:web/webflux/ann-rest-exceptions.adoc[]
*** xref:web/webflux/security.adoc[]
*** xref:web/webflux/caching.adoc[]
*** xref:web/webflux-view.adoc[]
*** xref:web/webflux/config.adoc[]
*** xref:web/webflux/http2.adoc[]
** xref:web/webflux-functional.adoc[]
** xref:web/webflux-cors.adoc[]
** xref:web/webflux-view.adoc[]
** xref:web/webflux-webclient.adoc[]
*** xref:web/webflux-webclient/client-builder.adoc[]
*** xref:web/webflux-webclient/client-retrieve.adoc[]
@@ -384,8 +381,11 @@
*** xref:web/webflux-webclient/client-context.adoc[]
*** xref:web/webflux-webclient/client-synchronous.adoc[]
*** xref:web/webflux-webclient/client-testing.adoc[]
** xref:web/webflux-http-interface-client.adoc[]
** xref:web/webflux-websocket.adoc[]
* xref:rsocket.adoc[]
** xref:web/webflux-test.adoc[]
** xref:rsocket.adoc[]
** xref:web/webflux-reactive-libraries.adoc[]
* xref:integration.adoc[]
** xref:integration/rest-clients.adoc[]
** xref:integration/jms.adoc[]
@@ -431,3 +431,4 @@
** xref:languages/groovy.adoc[]
** xref:languages/dynamic.adoc[]
* xref:appendix.adoc[]
* https://github.com/spring-projects/spring-framework/wiki[Wiki]