Developer 역할 Spring 골격 smoke (runtime-role-matrix-live-20260714101723-v7-developer-001)
This commit is contained in:
parent
bf7772d6df
commit
db7ead282c
1 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
package com.example.developer;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class DeveloperApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(DeveloperApplication.class, args);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue