File tree Expand file tree Collapse file tree
jdk_21_maven/cs/web/triangle-ssr
src/main/java/com/example/springmvcdocker Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.example</groupId >
12- <artifactId >springmvc-docker </artifactId >
12+ <artifactId >triangle-ssr </artifactId >
1313 <version >0.0.1-SNAPSHOT</version >
14- <name >SpringMVCDocker </name >
15- <description >SpringMVCDocker </description >
14+ <name >TriangleSSR </name >
15+ <description >TriangleSSR </description >
1616 <url />
1717 <licenses >
1818 <license />
Original file line number Diff line number Diff line change 1010@ Controller
1111public class FormController {
1212
13- @ GetMapping ("/index " )
13+ @ GetMapping ("/" )
1414 public String showForm () {
1515 return "index" ;
1616 }
Original file line number Diff line number Diff line change 44import org .springframework .boot .autoconfigure .SpringBootApplication ;
55
66@ SpringBootApplication
7- public class SpringMvcDockerApplication {
7+ public class TriangleSSRApplication {
88 public static void main (String [] args ) {
9- SpringApplication .run (SpringMvcDockerApplication .class , args );
9+ SpringApplication .run (TriangleSSRApplication .class , args );
1010 }
1111}
You can’t perform that action at this time.
0 commit comments