| | |
| | | */ |
| | | package org.springblade.code; |
| | | |
| | | import org.springblade.common.constant.CommonConstant; |
| | | import org.springblade.core.cloud.client.BladeCloudApplication; |
| | | import org.springblade.core.launch.BladeApplication; |
| | | import org.springblade.core.launch.constant.AppConstant; |
| | | |
| | | /** |
| | | * Desk启动器 |
| | | * Code启动器 |
| | | * |
| | | * @author ludc |
| | | */ |
| | |
| | | public class CodeApplication { |
| | | |
| | | public static void main(String[] args) { |
| | | BladeApplication.run(AppConstant.APPLICATION_DESK_NAME, CodeApplication.class, args); |
| | | BladeApplication.run(AppConstant.APPLICATION_NAME_PREFIX+ CommonConstant.CODE_NAME, CodeApplication.class, args); |
| | | } |
| | | |
| | | } |