Commit cae636f3 authored by 李驰骋's avatar 李驰骋

配置端口更改

parent 88ba0e63
...@@ -18,7 +18,7 @@ ximai-mes: ...@@ -18,7 +18,7 @@ ximai-mes:
# 开发环境配置 # 开发环境配置
server: server:
# 服务器的HTTP端口,默认为8080 # 服务器的HTTP端口,默认为8080
port: 8080 port: 8088
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: / context-path: /
...@@ -56,9 +56,9 @@ spring: ...@@ -56,9 +56,9 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://192.168.222.136:3306/xm_mes_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://localhost:3307/xm_mes_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: admin username: root
password: t0psunit password: 123456
# 从库数据源 # 从库数据源
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭
...@@ -175,6 +175,7 @@ mybatis-plus: ...@@ -175,6 +175,7 @@ mybatis-plus:
use-generated-keys: true use-generated-keys: true
default-executor-type: simple default-executor-type: simple
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
return-instance-for-empty-row: false
type-aliases-package: "com.ximai.**.domain" type-aliases-package: "com.ximai.**.domain"
# PageHelper分页插件 # PageHelper分页插件
...@@ -209,7 +210,7 @@ minio: ...@@ -209,7 +210,7 @@ minio:
#FeignClient地址 #FeignClient地址
remote: remote:
erp: erp:
url: http://localhost:20090 url: http://localhost:20091
username: rest_user username: rest_user
password: ximai123456 password: ximai123456
#fiegn配置连接池 #fiegn配置连接池
......
...@@ -18,7 +18,7 @@ ximai-mes: ...@@ -18,7 +18,7 @@ ximai-mes:
# 开发环境配置 # 开发环境配置
server: server:
# 服务器的HTTP端口,默认为8080 # 服务器的HTTP端口,默认为8080
port: 8080 port: 8088
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: / context-path: /
......
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