|
|
|
@ -16,18 +16,18 @@
|
|
|
|
|
*/ |
|
|
|
|
package org.springblade.system.user; |
|
|
|
|
|
|
|
|
|
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; |
|
|
|
|
import org.springframework.cloud.openfeign.EnableFeignClients; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 用户启动器 |
|
|
|
|
* |
|
|
|
|
* @author Chill |
|
|
|
|
*/ |
|
|
|
|
@EnableBladeFeign |
|
|
|
|
@SpringCloudApplication |
|
|
|
|
@EnableFeignClients(AppConstant.BASE_PACKAGES) |
|
|
|
|
public class UserApplication { |
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
|