Commit 4a1e562c authored by 陈俊良's avatar 陈俊良

修改配置文件

parent 1c0601e8
......@@ -8,6 +8,7 @@ spring:
# 127.0.0.1
master:
url: jdbc:mysql://119.45.203.139:3306/jeethink-crm?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# url: jdbc:mysql://127.0.0.1:3306/jeethink-crm?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: jeethink-crm
password: ZyPwEjPbjSnMSwMi
# 从库数据源
......
......@@ -20,7 +20,8 @@ jeethink:
# 开发环境配置
server:
# 服务器的HTTP端口,默认为80
port: 8081
# port: 8801
port: 8080
servlet:
# 应用的访问路径
context-path: /
......@@ -31,7 +32,7 @@ server:
max-threads: 800
# Tomcat启动初始化的线程数,默认值25
min-spare-threads: 30
# 日志配置
logging:
level:
......
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