|
|
@ -1,4 +1,4 @@ |
|
|
|
package com.yxt.anrui.portal; |
|
|
|
package com.yxt.demo.system; |
|
|
|
|
|
|
|
|
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
@ -10,7 +10,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients; |
|
|
|
* @author dimengzhe |
|
|
|
*/ |
|
|
|
@SpringBootApplication(scanBasePackages = { |
|
|
|
"com.yxt.common.base.config", |
|
|
|
"com.yxt.demo.common", |
|
|
|
"com.yxt.demo.system" |
|
|
|
}) |
|
|
|
@EnableDiscoveryClient |
|
|
|