| | |
| | | */ |
| | | package com.vci.ubcs.code; |
| | | |
| | | import com.vci.ubcs.starter.util.VciSpringUtil; |
| | | import org.springblade.core.cloud.client.UbcsCloudApplication; |
| | | import org.springblade.core.launch.UbcsApplication; |
| | | import org.springblade.core.launch.constant.AppConstant; |
| | | import org.springframework.context.annotation.ComponentScan; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | /** |
| | | * Code启动器 |
| | |
| | | * ludc |
| | | */ |
| | | @UbcsCloudApplication |
| | | @ComponentScan("com.vci.ubcs.*") |
| | | public class CodeApplication { |
| | | |
| | | public static void main(String[] args) { |