|
|
@@ -10,11 +10,11 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
|
|
|
* @author lydgt
|
|
|
*/
|
|
|
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class })
|
|
|
-public class RuoYiGatewayApplication
|
|
|
+public class JdLogisticsGatewayApplication
|
|
|
{
|
|
|
public static void main(String[] args)
|
|
|
{
|
|
|
- SpringApplication.run(RuoYiGatewayApplication.class, args);
|
|
|
+ SpringApplication.run(JdLogisticsGatewayApplication.class, args);
|
|
|
System.out.println("(♥◠‿◠)ノ゙ 京东物流网关启动成功 ლ(´ڡ`ლ)゙ \n" +
|
|
|
" .-------. ____ __ \n" +
|
|
|
" | _ _ \\ \\ \\ / / \n" +
|