| | |
| | | */ |
| | | package com.vci.ubcs.core.log; |
| | | |
| | | import org.springblade.core.cloud.client.UbcsCloudApplication; |
| | | import org.springblade.core.launch.UbcsApplication; |
| | | import org.springblade.core.launch.constant.AppConstant; |
| | | import org.springframework.boot.autoconfigure.SpringBootApplication; |
| | | import org.springframework.cloud.client.discovery.EnableDiscoveryClient; |
| | | import org.springframework.cloud.openfeign.EnableFeignClients; |
| | | |
| | | /** |
| | | * 日志服务 |
| | | * |
| | | * @author Chill |
| | | */ |
| | | @UbcsCloudApplication |
| | | @EnableDiscoveryClient |
| | | @EnableFeignClients({"org.springblade"}) |
| | | @SpringBootApplication |
| | | public class LogApplication { |
| | | |
| | | public static void main(String[] args) { |