From 6e6ec0c75225443e7619b59323ded9595a5b890a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Oct 2024 06:32:46 +0000 Subject: [PATCH] Update 'RomaTest.md' --- RomaTest.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RomaTest.md b/RomaTest.md index e69de29..107473f 100644 --- a/RomaTest.md +++ b/RomaTest.md @@ -0,0 +1,9 @@ +package com.example; +import org.springframework.boot.SpringApplication; +import org.springframework.boot.autoconfigure.SpringBootApplication; +@SpringBootApplication +public class Application { + public static void main(String[] args) { + SpringApplication.run(Application.class, args); + } +} \ No newline at end of file