|  |  |  | 
|---|
|  |  |  | import org.springframework.boot.SpringApplication; | 
|---|
|  |  |  | import org.springframework.boot.autoconfigure.SpringBootApplication; | 
|---|
|  |  |  | import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; | 
|---|
|  |  |  | import org.springframework.boot.web.servlet.ServletComponentScan; | 
|---|
|  |  |  | import org.springframework.context.annotation.EnableAspectJAutoProxy; | 
|---|
|  |  |  | import org.springframework.scheduling.annotation.EnableAsync; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 启动程序 | 
|---|
|  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | public static void main(String[] args) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | // System.setProperty("spring.devtools.restart.enabled", "false"); | 
|---|
|  |  |  | //System.setProperty("spring.devtools.restart.enabled", "false");//关闭热部署 | 
|---|
|  |  |  | SpringApplication.run(RuoYiApplication.class, args); | 
|---|
|  |  |  | System.out.println("(♥◠‿◠)ノ゙  安瑞达4.0平台启动成功   ლ(´ڡ`ლ)゙  \n" + | 
|---|
|  |  |  | "      ___           ___                               \n" + | 
|---|