初始化项目
This commit is contained in:
@@ -57,23 +57,6 @@ spring:
|
|||||||
application:
|
application:
|
||||||
name: jeesite-web-api
|
name: jeesite-web-api
|
||||||
|
|
||||||
# 环境名称(注意:不可设置为 test 它是单元测试专用的名称)
|
|
||||||
profiles:
|
|
||||||
active: default
|
|
||||||
|
|
||||||
# 打印横幅
|
|
||||||
main:
|
|
||||||
banner-mode: "off"
|
|
||||||
lazy-initialization: true
|
|
||||||
|
|
||||||
# JTA XA 事务(spring boot 3)
|
|
||||||
jta:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
# 事务超时时间,单位秒(30分钟)(spring boot 3)
|
|
||||||
transaction:
|
|
||||||
default-timeout: 30m
|
|
||||||
|
|
||||||
# Redis 连接参数 (RedisProperties)
|
# Redis 连接参数 (RedisProperties)
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
Reference in New Issue
Block a user