添加文档

This commit is contained in:
648540858
2023-05-29 09:40:36 +08:00
parent 5639719879
commit a91fe69f76
3 changed files with 60 additions and 4 deletions

View File

@@ -43,6 +43,14 @@ spring:
idle-timeout: 300000 # 允许连接在连接池中空闲的最长时间(以毫秒为单位)
max-lifetime: 1200000 # 是池中连接关闭后的最长生命周期(以毫秒为单位)
# 修改为数据库字段下划线分隔直接对应java驼峰命名
mybatis:
configuration:
map-underscore-to-camel-case: true
# 修改分页插件为 postgresql 数据库类型为mysql不需要
#pagehelper:
# helper-dialect: postgresql
# [可选] WVP监听的HTTP端口, 网页和接口调用都是这个端口
server: