提交 a74f24b8 编写于 作者: zlt2000's avatar zlt2000

Merge branch 'dev'

......@@ -3,11 +3,13 @@ package com.central.generator;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.openfeign.EnableFeignClients;
/**
* @author zlt
*/
@EnableDiscoveryClient
@EnableFeignClients(basePackages = "com.central")
@SpringBootApplication
public class CodeGeneratorApp {
public static void main(String[] args) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册