| | |
| | | import org.springblade.core.cloud.client.BladeCloudApplication; |
| | | import org.springblade.core.launch.BladeApplication; |
| | | import org.springblade.core.launch.constant.AppConstant; |
| | | import org.springframework.cache.annotation.EnableCaching; |
| | | import org.springframework.context.annotation.ComponentScan; |
| | | import org.springframework.scheduling.annotation.EnableScheduling; |
| | | |
| | | /** |
| | | * Code启动器 |
| | |
| | | * @author ludc |
| | | */ |
| | | @BladeCloudApplication |
| | | @ComponentScan({"com.vci.*"}) |
| | | @EnableScheduling |
| | | @EnableCaching |
| | | public class CodeApplication { |
| | | |
| | | public static void main(String[] args) { |