Skip to content

Commit d7cd67e

Browse files
committed
Update README.md
1 parent 0ae5ff7 commit d7cd67e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,21 @@ Your project is generated with tinystruct’s recommended conventions:
2121
* No boilerplate or extra configuration needed
2222

2323
### **3. Built for tinystruct 1.7.11**
24-
2524
Select the version you want (e.g., `1.7.11`), and it's applied automatically.
2625

2726
### **4. No Repo Clone Needed**
28-
2927
Because the archetype is published on Maven Central, you can use it immediately.
3028

31-
---
32-
3329
## 🚀 Generate a tinystruct project
3430

3531
Simply run:
3632

3733
```cmd
3834
mvn archetype:generate -DarchetypeGroupId="org.tinystruct" -DarchetypeArtifactId="tinystruct-archetype" -DarchetypeVersion="1.0.1" -DgroupId="com.mycompany" -DartifactId="my-tiny-app" -Dpackage="com.mycompany.app" -DtinystructVersion="1.7.11" -DinteractiveMode="false"
3935
```
40-
36+
Adjust `tinystructVersion` if needed. The generated project includes a simple `Application` that extends `AbstractApplication` with a sample `hello` action.
4137
This creates your new project instantly.
4238

43-
---
4439

4540
## ▶️ Run your tinystruct application
4641

@@ -55,8 +50,6 @@ bin/dispatcher start \
5550

5651
Your tinystruct service is now up and running.
5752

58-
Adjust `tinystructVersion` if needed. The generated project includes a simple `Application` that extends `AbstractApplication` with a sample `hello` action.
59-
6053
## Notes
6154

6255
- **Java version:** this archetype targets Java 17 by default (see `archetype-resources/pom.xml`). Ensure you have JDK 17+ installed.

0 commit comments

Comments
 (0)