Merge branch 'new_3A' of axzsource.com:infra/axzo-framework into new_3A
This commit is contained in:
commit
be6ee674a3
@ -1,13 +0,0 @@
|
||||
package cn.axzo.framework.auth;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class AuthStarterApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(AuthStarterApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user