Commit c69443c8 authored by 宋新宇's avatar 宋新宇

dd

parent 4a2a6b2e
package com.lwby.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author Lenovo
* @version DemoApllication.java, v 0.1 2021年08月13日 10:27 Lenovo Exp $
*/
@SpringBootApplication
public class DemoApplication {
public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment