1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
package bc.mm; |
||||
|
|
||||
|
import org.springframework.boot.SpringApplication; |
||||
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
||||
|
import org.springframework.context.annotation.ComponentScan; |
||||
|
|
||||
|
@SpringBootApplication |
||||
|
public class MisApplication { |
||||
|
|
||||
|
public static void main(String[] args) { |
||||
|
SpringApplication.run(MisApplication.class, args); |
||||
|
} |
||||
|
|
||||
|
} |
||||
Loading…
Reference in new issue