You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GiteaTestRepo/RomaTest.md

1.8 KiB

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); } } testing is in progress 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