doc:(1.3.0-beta1): 数据库表名默认前缀 sj, sqlserver 无需备注添加前缀提醒

This commit is contained in:
dhb52 2024-12-27 22:32:40 +08:00
parent 16e81419e8
commit d21c779a23

View File

@ -25,7 +25,7 @@ spring:
# url: jdbc:oracle:thin:@//localhost:1521/XEPDB1
# username: snail_job
# password: SnailJob
## SQL Server 注意:由于system_user为SQLServer系统函数因此SQLServer需要启用前缀配置请配置mybatis-plus.global-config.db-config.table-prefix: er_
## SQL Server
# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
# url: jdbc:sqlserver://localhost:1433;DatabaseName=snail_job;SelectMethod=cursor;encrypt=false;rewriteBatchedStatements=true
# username: SA