mirror of
https://github.com/suhf/No1WMS.git
synced 2026-05-07 01:40:17 +09:00
first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.no1.wms;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class WmsApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(WmsApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user