Skip to content

Commit b9fa00e

Browse files
committed
docs(site): Update about on home page and README
1 parent 6cedfef commit b9fa00e

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
= java-service-archetype
22

3-
Maven archetype that generates a structured multi-module Java service project.
4-
You describe your integrations, service areas, and presentation architectural tiers at generation time;
3+
Maven archetype that generates a structured multi-module Java service app
4+
and optionally using Spring Boot
5+
with integration, service, and presentation architectural tiers.
6+
7+
Describe the application's integrations, service areas, and presentation architectural tiers at generation time;
58
the archetype builds the full module tree and wires up all POMs.
69

710
== Generate a Project

src/site/asciidoc/index.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
:toc-title: Contents
44
:toclevels: 2
55

6-
Maven archetype that generates a structured multi-module Java service project.
7-
Describe your integrations, service areas, and presentation architectural tiers at generation time;
6+
Maven archetype that generates a structured multi-module Java service app
7+
and optionally using Spring Boot
8+
with integration, service, and presentation architectural tiers.
9+
10+
Describe the application's integrations, service areas, and presentation architectural tiers at generation time;
811
the archetype builds the full module tree and wires up all POMs.
912

1013
== Quick Start

0 commit comments

Comments
 (0)