|
|
|
@ -16,18 +16,17 @@
|
|
|
|
|
*/ |
|
|
|
|
package org.springblade.resource; |
|
|
|
|
|
|
|
|
|
import org.springblade.core.cloud.client.BladeCloudApplication; |
|
|
|
|
import org.springblade.core.cloud.feign.EnableBladeFeign; |
|
|
|
|
import org.springblade.core.launch.BladeApplication; |
|
|
|
|
import org.springblade.core.launch.constant.AppConstant; |
|
|
|
|
import org.springframework.cloud.client.SpringCloudApplication; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 资源启动器 |
|
|
|
|
* |
|
|
|
|
* @author Chill |
|
|
|
|
*/ |
|
|
|
|
@EnableBladeFeign |
|
|
|
|
@SpringCloudApplication |
|
|
|
|
@BladeCloudApplication |
|
|
|
|
public class ResourceApplication { |
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
|