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

配置端口更改

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