Commit 6e235f18 authored by Fei 张飞's avatar Fei 张飞

adjust train project

parent a5cb02dd
......@@ -284,25 +284,25 @@
<version>1.1.1</version>
</dependency>
<!--dubbo 配置-->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>${dubbo.version}</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-dependencies-zookeeper</artifactId>
<version>${dubbo.version}</version>
<!-- <exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>-->
<type>pom</type>
</dependency>
<!-- &lt;!&ndash;dubbo 配置&ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>org.apache.dubbo</groupId>-->
<!-- <artifactId>dubbo-spring-boot-starter</artifactId>-->
<!-- <version>${dubbo.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.apache.dubbo</groupId>-->
<!-- <artifactId>dubbo-dependencies-zookeeper</artifactId>-->
<!-- <version>${dubbo.version}</version>-->
<!-- &lt;!&ndash; <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>org.slf4j</groupId>-->
<!-- <artifactId>slf4j-log4j12</artifactId>-->
<!-- </exclusion>-->
<!-- </exclusions>&ndash;&gt;-->
<!-- <type>pom</type>-->
<!-- </dependency>-->
</dependencies>
<build>
......
package com.elitesland.itm.config;
package com.elitesland.item.config;
import com.elitesland.security.config.bean.JwtProperties;
import lombok.RequiredArgsConstructor;
......@@ -20,14 +20,13 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2;
import java.util.ArrayList;
import java.util.List;
/**
* <p>
* 功能说明:品项模块
* </p>
* 功能说明
* </p >
*
* @author niucnen
* @since 2020-07-03 15:32:37
* @author Roman.Zhang
* @date 2020/8/19
*/
@Configuration
@EnableSwagger2
......
/**
* <p>
* 功能说明:配置信息
* </p>
*
* @author Mir
* @date 2020/6/29
*/
package com.elitesland.item.config;
......@@ -16,7 +16,7 @@ spring:
redis:
#数据库索引
database: 0
host: 192.168.0.191
host: 127.0.0.1
port: 6379
password:
#连接超时时间
......@@ -102,26 +102,26 @@ swagger:
# direct-buffers: true
##################dubbo配置 start########
provider:
service:
version: 1.0.0
dubbo:
application: #应用配置,用于配置当前应用信息,不管该应用是提供者还是消费者。
name: yst-dch-Service
registry: #注册中心配置,用于配置连接注册中心相关信息。
address: zookeeper://frps.elitescloud.com:25144
timeout: 10000
#file: ${user.home}/dubbo-cache/${spring.application.name}/dubbo.cache
# metadata-report:
# address: zookeeper://192.168.1.130:2181
protocol: #协议配置,用于配置提供服务的协议信息,协议由提供方指定,消费方被动接受。
name: dubbo
port: -1
version: 1.0.0
scan:
base-packages: com.elitesland.tms.service.impl #服务暴露与发现消费所在的package
#客户端配置
consumer:
timeout: 10000
check: false #消费端启动时不检查服务,避免启动报错,默认为true
##################dubbo配置 ent########
#provider:
# service:
# version: 1.0.0
#dubbo:
# application: #应用配置,用于配置当前应用信息,不管该应用是提供者还是消费者。
# name: yst-dch-Service
# registry: #注册中心配置,用于配置连接注册中心相关信息。
# address: zookeeper://frps.elitescloud.com:25144
# timeout: 10000
# #file: ${user.home}/dubbo-cache/${spring.application.name}/dubbo.cache
# # metadata-report:
# # address: zookeeper://192.168.1.130:2181
# protocol: #协议配置,用于配置提供服务的协议信息,协议由提供方指定,消费方被动接受。
# name: dubbo
# port: -1
# version: 1.0.0
# scan:
# base-packages: com.elitesland.tms.service.impl #服务暴露与发现消费所在的package
# #客户端配置
# consumer:
# timeout: 10000
# check: false #消费端启动时不检查服务,避免启动报错,默认为true
###################dubbo配置 ent########
......@@ -13,7 +13,7 @@ spring:
redis:
#数据库索引
database: 0
host: 127.0.0.1
host: 192.168.0.191
port: 6379
password:
#连接超时时间
......@@ -82,27 +82,27 @@ swagger:
#################################### Swagger end ####################################
##################dubbo配置 start########
provider:
service:
version: 1.0.0
dubbo:
application: #应用配置,用于配置当前应用信息,不管该应用是提供者还是消费者。
name: yst-dch-Service
registry: #注册中心配置,用于配置连接注册中心相关信息。
address: zookeeper://frps.elitescloud.com:25144
timeout: 10000
#file: ${user.home}/dubbo-cache/${spring.application.name}/dubbo.cache
# metadata-report:
# address: zookeeper://192.168.1.130:2181
protocol: #协议配置,用于配置提供服务的协议信息,协议由提供方指定,消费方被动接受。
name: dubbo
port: -1
version: 1.0.0
scan:
base-packages: com.elitesland.tms.service.impl #服务暴露与发现消费所在的package
#客户端配置
consumer:
timeout: 10000
check: false #消费端启动时不检查服务,避免启动报错,默认为true
##################dubbo配置 ent########
###################dubbo配置 start########
#provider:
# service:
# version: 1.0.0
#dubbo:
# application: #应用配置,用于配置当前应用信息,不管该应用是提供者还是消费者。
# name: yst-dch-Service
# registry: #注册中心配置,用于配置连接注册中心相关信息。
# address: zookeeper://frps.elitescloud.com:25144
# timeout: 10000
# #file: ${user.home}/dubbo-cache/${spring.application.name}/dubbo.cache
# # metadata-report:
# # address: zookeeper://192.168.1.130:2181
# protocol: #协议配置,用于配置提供服务的协议信息,协议由提供方指定,消费方被动接受。
# name: dubbo
# port: -1
# version: 1.0.0
# scan:
# base-packages: com.elitesland.tms.service.impl #服务暴露与发现消费所在的package
# #客户端配置
# consumer:
# timeout: 10000
# check: false #消费端启动时不检查服务,避免启动报错,默认为true
###################dubbo配置 ent########
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment