init:初始化项目结构
This commit is contained in:
13
nl-system/src/main/java/org/nl/NlSystemApplication.java
Normal file
13
nl-system/src/main/java/org/nl/NlSystemApplication.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package org.nl;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class NlSystemApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(NlSystemApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user