摘要:
SpringBoot整合redis 连接报错: Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolException: Could not get a resou 阅读全文
摘要:
##索引简单使用 --添加唯一索引 CREATE UNIQUE INDEX AUTH_NAME ON SHOP_AUTH(CODE); --添加普通索引 CREATE INDEX AUTH_NAME ON SHOP_AUTH(NAME); --添加全文索引 CREATE FULLTEXT INDEX 阅读全文