mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 09:58:56 +08:00
GatewayApplication -> MaxKeyGatewayApplication
This commit is contained in:
parent
3e330aff8c
commit
49ddafd27e
@ -33,9 +33,9 @@ import com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure;
|
|||||||
DataSourceAutoConfiguration.class
|
DataSourceAutoConfiguration.class
|
||||||
})
|
})
|
||||||
@EnableDiscoveryClient
|
@EnableDiscoveryClient
|
||||||
public class GatewayApplication {
|
public class MaxKeyGatewayApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(GatewayApplication.class, args);
|
SpringApplication.run(MaxKeyGatewayApplication.class, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user