From 36ac943185c0b6a68c2307df8a95dd3d4137c1dd Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Oct 2024 06:42:29 +0000 Subject: [PATCH] Update 'RomaTest.md' --- RomaTest.md | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/RomaTest.md b/RomaTest.md index 5c61b76..8f442b9 100644 --- a/RomaTest.md +++ b/RomaTest.md @@ -8,4 +8,48 @@ public class Application { } } testing is in progress -Testing is in progress 1 \ No newline at end of file +Testing is in progress 1 + + 4.0.0 + com.example + my-spring-boot-app + 0.0.1-SNAPSHOT + jar + my-spring-boot-app + A simple Spring Boot application + + org.springframework.boot + spring-boot-starter-parent + 3.1.4 + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + \ No newline at end of file