mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-12 03:15:51 +08:00
修改表前缀
This commit is contained in:
@@ -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