mirror of
https://github.com/headporter81/specialsource-homepage-backend.git
synced 2026-08-08 15:41:11 +09:00
nitial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package company.specialsource;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class SpecialsourceHomepageApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(SpecialsourceHomepageApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user