项目构建
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
spring:
|
||||
resources:
|
||||
static-locations: file:D://anrui
|
||||
static-locations: file:D://demo
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
spring:
|
||||
resources:
|
||||
static-locations: file:D://anrui
|
||||
static-locations: file:D://demo
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
spring:
|
||||
resources:
|
||||
static-locations: file:/home/lzh/docker_data/nginx/html/anrui-system-ui
|
||||
static-locations: file:/home/lzh/docker_data/nginx/html/demo-system-ui
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user