修改124配置
main
zxf 3 weeks ago
parent f37b4658d2
commit 132aaeb4c3

@ -14,9 +14,9 @@ server:
servlet: servlet:
context-path: / # 访问path context-path: / # 访问path
tomcat: tomcat:
uri-encoding: UTF-8 # 默认编码格式 uri-encoding: UTF-8 # 默认编码格式
max-threads: 1000 # 最大线程数量 默认200 max-threads: 1000 # 最大线程数量 默认200
min-spare-threads: 30 # 初始化启动线程数量 min-spare-threads: 30 # 初始化启动线程数量
spring: spring:
profiles: profiles:
@ -29,7 +29,7 @@ spring:
# 数据库配置 # 数据库配置
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/crmeb?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8&allowPublicKeyRetrieval=true&useSSL=false&verifyServerCertificate=false&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false&maxReconnects=10&authenticationPlugins=mysql_native_password url: jdbc:mysql://127.0.0.1:3306/crmeb?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8&allowPublicKeyRetrieval=true&useSSL=false&verifyServerCertificate=false&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false&maxReconnects=10&authenticationPlugins=mysql_native_password
username: root username: root
password: root password: root

@ -23,7 +23,7 @@ spring:
max-request-size: 50MB #设置单次请求文件的总大小 max-request-size: 50MB #设置单次请求文件的总大小
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/crmeb?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8&allowPublicKeyRetrieval=true&useSSL=false&verifyServerCertificate=false&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false&maxReconnects=10&authenticationPlugins=mysql_native_password url: jdbc:mysql://127.0.0.1:3306/crmeb?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8&allowPublicKeyRetrieval=true&useSSL=false&verifyServerCertificate=false&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false&maxReconnects=10&authenticationPlugins=mysql_native_password
username: root username: root
password: root password: root

@ -23,7 +23,7 @@ spring:
# 数据库配置 # 数据库配置
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/crmeb?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8&allowPublicKeyRetrieval=true&useSSL=false&verifyServerCertificate=false&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false&maxReconnects=10&authenticationPlugins=mysql_native_password url: jdbc:mysql://127.0.0.1:3306/crmeb?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8&allowPublicKeyRetrieval=true&useSSL=false&verifyServerCertificate=false&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false&maxReconnects=10&authenticationPlugins=mysql_native_password
username: root username: root
password: root password: root

@ -22,7 +22,7 @@ server:
spring: spring:
profiles: profiles:
# 配置的环境 # 配置的环境
active: active:
servlet: servlet:
multipart: multipart:
@ -37,10 +37,10 @@ spring:
# 数据库配置 # 数据库配置
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/crmeb?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8&allowPublicKeyRetrieval=true&useSSL=false&verifyServerCertificate=false&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false&maxReconnects=10 url: jdbc:mysql://124.71.134.146:63306/crmeb?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimeZone=GMT+8
username: root username: root
password: root password: fastrise@chain
redis: redis:
host: localhost #地址 host: localhost #地址
@ -76,7 +76,7 @@ mybatis-plus:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
global-config: global-config:
db-config: db-config:
# logic-delete-field: isDel #全局逻辑删除字段值 3.3.0开始支持,详情看下面。 # logic-delete-field: isDel #全局逻辑删除字段值 3.3.0开始支持,详情看下面。
logic-delete-value: 1 # 逻辑已删除值(默认为 1) logic-delete-value: 1 # 逻辑已删除值(默认为 1)
logic-not-delete-value: 0 # 逻辑未删除值(默认为 0) logic-not-delete-value: 0 # 逻辑未删除值(默认为 0)

Loading…
Cancel
Save