文件名从 Source/UBCS/ubcs-ops/ubcs-log/src/main/java/com/vci/ubcs/core/log/LogApplication.java 修改 |
| | |
| | | * this software without specific prior written permission. |
| | | * Author: Chill 搴勯獮 (smallchill@163.com) |
| | | */ |
| | | package com.vci.ubcs.core.log; |
| | | package com.vci.ubcs.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 |
| | | */ |
| | | @EnableDiscoveryClient |
| | | @EnableFeignClients({"org.springblade"}) |
| | | @SpringBootApplication |
| | | @UbcsCloudApplication |
| | | public class LogApplication { |
| | | |
| | | public static void main(String[] args) { |