项目构建
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
spring:
|
spring:
|
||||||
resources:
|
resources:
|
||||||
static-locations: file:D://anrui
|
static-locations: file:D://demo
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
spring:
|
spring:
|
||||||
resources:
|
resources:
|
||||||
static-locations: file:D://anrui
|
static-locations: file:D://demo
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
spring:
|
spring:
|
||||||
resources:
|
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:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package com.yxt.anrui.portal;
|
package com.yxt.demo.system;
|
||||||
|
|
||||||
|
|
||||||
import org.springframework.boot.SpringApplication;
|
import org.springframework.boot.SpringApplication;
|
||||||
@@ -10,7 +10,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
|
|||||||
* @author dimengzhe
|
* @author dimengzhe
|
||||||
*/
|
*/
|
||||||
@SpringBootApplication(scanBasePackages = {
|
@SpringBootApplication(scanBasePackages = {
|
||||||
"com.yxt.common.base.config",
|
"com.yxt.demo.common",
|
||||||
"com.yxt.demo.system"
|
"com.yxt.demo.system"
|
||||||
})
|
})
|
||||||
@EnableDiscoveryClient
|
@EnableDiscoveryClient
|
||||||
|
|||||||
Reference in New Issue
Block a user