|
|
|
@ -4,6 +4,8 @@ import org.springframework.boot.SpringApplication;
|
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
|
|
|
|
|
|
|
|
|
|
import static hw.tagApi.service.utils.httpClientUtils.sendWechatNotification;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 启动程序
|
|
|
|
|
*
|
|
|
|
@ -26,5 +28,7 @@ public class RuoYiApplication
|
|
|
|
|
" | | \\ `' /| `-' / \n" +
|
|
|
|
|
" | | \\ / \\ / \n" +
|
|
|
|
|
" ''-' `'-' `-..-' ");
|
|
|
|
|
|
|
|
|
|
sendWechatNotification("hwTagApi服务启动成功!!!");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|