|
|
|
@ -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)
|
|
|
|
|
|
|
|
|
|
|
|
|