You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
== Customizing the Application Modules Arrangement
336
+
337
+
Spring Moduliths allows to configure some core aspects around the application module arrangement you create via the `@Modulithic` annotation to be used on the main Spring Boot application class.
The annotation exposes the following attributes to customize:
381
+
382
+
[cols="1,3", options="header, unbreakable"]
383
+
|===
384
+
|Annotation attribute
385
+
|Description
386
+
387
+
|`systemName`
388
+
|The human readable name of the application to be used in generated xref:documentation.adoc#documentation[documentation].
389
+
390
+
|`sharedModules`
391
+
|Declares the application modules with the given names as shared modules, which means that they will be always included in xref:testing.adoc#testing[application module integration tests].
392
+
393
+
|`additionalPackages`
394
+
|Instructs Spring Modulith to treat the configured packages as additional root application packages. In other words, application module detection will be triggered for those as well.
0 commit comments