mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 08:07:46 +08:00
修改表前缀
This commit is contained in:
@@ -57,6 +57,6 @@ mybatis-plus:
|
||||
global-config:
|
||||
banner: false
|
||||
db-config:
|
||||
table-prefix: ls_ # 设置表前缀
|
||||
table-prefix: la_ # 设置表前缀
|
||||
configuration-properties:
|
||||
prefix: ls_ # 自定义表前缀标签${prefix}
|
||||
prefix: la_ # 自定义表前缀标签${prefix}
|
||||
@@ -18,7 +18,7 @@ public class GlobalConfig {
|
||||
public static String secret = "UVTIyzCy";
|
||||
|
||||
// Mysql表前缀
|
||||
public static String tablePrefix = "ls_";
|
||||
public static String tablePrefix = "la_";
|
||||
|
||||
// Redis键前缀
|
||||
public static String redisPrefix = "Like:";
|
||||
|
||||
Reference in New Issue
Block a user