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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Kickstart your tinystruct project using the tinystruct-archetype
2
2
3
-
*A simple way to bootstrap applications with tinystruct 1.7.11*
3
+
*A simple way to bootstrap applications with tinystruct 1.7.12*
4
4
5
5
If you're building an application with the **tinystruct** framework, the easiest way to begin is by using the **tinystruct-archetype**, now available on **Maven Central**.
6
6
It gives you a clean, fully prepared project structure with zero manual setup.
@@ -20,8 +20,8 @@ Your project is generated with tinystruct’s recommended conventions:
20
20
* Ready to run via CLI or as an HTTP service
21
21
* No boilerplate or extra configuration needed
22
22
23
-
### **3. Built for tinystruct 1.7.11**
24
-
Select the version you want (e.g., `1.7.11`), and it's applied automatically.
23
+
### **3. Built for tinystruct 1.7.12**
24
+
Select the version you want (e.g., `1.7.12`), and it's applied automatically.
25
25
26
26
### **4. No Repo Clone Needed**
27
27
Because the archetype is published on Maven Central, you can use it immediately.
@@ -31,7 +31,7 @@ Because the archetype is published on Maven Central, you can use it immediately.
Adjust `tinystructVersion` if needed. The generated project includes a simple `Application` that extends `AbstractApplication` with a sample `hello` action.
0 commit comments