build: maven调整
This commit is contained in:
20
src/main/resources/application-test.yml
Normal file
20
src/main/resources/application-test.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# Spring配置
|
||||
spring:
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://10.7.127.190:3306/metis?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: yyz@2024
|
||||
data:
|
||||
redis:
|
||||
host: 10.7.127.190
|
||||
port: 6379
|
||||
password: yyz@2024
|
||||
database: 13
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
pool:
|
||||
min-idle: 0
|
||||
max-idle: 8
|
||||
max-active: 8
|
||||
max-wait: -1ms
|
||||
Reference in New Issue
Block a user