opt: 测试优化

This commit is contained in:
yanps
2024-08-08 16:34:36 +08:00
parent 9d91f7b095
commit f0dd72a82d
4 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ spring:
db-type: com.alibaba.druid.pool.DruidDataSource db-type: com.alibaba.druid.pool.DruidDataSource
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
# url: jdbc:log4jdbc:mysql://${DB_HOST:192.168.81.252}:${DB_PORT:3306}/${DB_NAME:stand_acs}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&useOldAliasMetadataBehavior=true # url: jdbc:log4jdbc:mysql://${DB_HOST:192.168.81.252}:${DB_PORT:3306}/${DB_NAME:stand_acs}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&useOldAliasMetadataBehavior=true
url: jdbc:log4jdbc:mysql://${DB_HOST:127.0.0.1}:${DB_PORT:3306}/${DB_NAME:acs}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&useOldAliasMetadataBehavior=true url: jdbc:log4jdbc:mysql://${DB_HOST:127.0.0.1}:${DB_PORT:3306}/${DB_NAME:ximenzi_acs}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&useOldAliasMetadataBehavior=true
username: ${DB_USER:root} username: ${DB_USER:root}
# password: ${DB_PWD:Root.123456} # password: ${DB_PWD:Root.123456}
password: ${DB_PWD:123456} password: ${DB_PWD:123456}

View File

@@ -2,7 +2,7 @@ spring:
freemarker: freemarker:
check-template-location: false check-template-location: false
profiles: profiles:
active: prod active: dev
jackson: jackson:
time-zone: GMT+8 time-zone: GMT+8
data: data:
@@ -92,4 +92,4 @@ lucene:
index: index:
path: D:\lucene\index path: D:\lucene\index
tlog: tlog:
enable-invoke-time-print: true enable-invoke-time-print: true

View File

@@ -156,5 +156,5 @@ sa-token:
timeout: 10s timeout: 10s
lucene: lucene:
index: index:
path: E:\lms\lucene\index path: D:\lms\lucene\index

View File

@@ -112,6 +112,6 @@ mybatis-plus:
id-type: INPUT id-type: INPUT
lucene: lucene:
index: index:
path: E:\lms\lucene\index path: D:\lms\lucene\index
tlog: tlog:
enable-invoke-time-print: true enable-invoke-time-print: true