mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
refactor: 更换 SaMapPackage 包名
This commit is contained in:
parent
9095ea3851
commit
abc2b0be69
@ -17,7 +17,7 @@ package cn.dev33.satoken.dao;
|
|||||||
|
|
||||||
|
|
||||||
import cn.dev33.satoken.dao.auto.SaTokenDaoByStringFollowObject;
|
import cn.dev33.satoken.dao.auto.SaTokenDaoByStringFollowObject;
|
||||||
import cn.dev33.satoken.dao.map.SaMapPackageForConcurrentHashMap;
|
import cn.dev33.satoken.dao.timedcache.SaMapPackageForConcurrentHashMap;
|
||||||
import cn.dev33.satoken.dao.timedcache.SaTimedCache;
|
import cn.dev33.satoken.dao.timedcache.SaTimedCache;
|
||||||
import cn.dev33.satoken.util.SaFoxUtil;
|
import cn.dev33.satoken.util.SaFoxUtil;
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package cn.dev33.satoken.dao.map;
|
package cn.dev33.satoken.dao.timedcache;
|
||||||
|
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
@ -13,7 +13,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package cn.dev33.satoken.dao.map;
|
package cn.dev33.satoken.dao.timedcache;
|
||||||
|
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.concurrent.ConcurrentHashMap;
|
import java.util.concurrent.ConcurrentHashMap;
|
@ -18,7 +18,6 @@ package cn.dev33.satoken.dao.timedcache;
|
|||||||
|
|
||||||
import cn.dev33.satoken.SaManager;
|
import cn.dev33.satoken.SaManager;
|
||||||
import cn.dev33.satoken.dao.SaTokenDao;
|
import cn.dev33.satoken.dao.SaTokenDao;
|
||||||
import cn.dev33.satoken.dao.map.SaMapPackage;
|
|
||||||
|
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
package cn.dev33.satoken.dao;
|
package cn.dev33.satoken.dao;
|
||||||
|
|
||||||
import cn.dev33.satoken.dao.map.SaMapPackage;
|
import cn.dev33.satoken.dao.timedcache.SaMapPackage;
|
||||||
import com.github.benmanes.caffeine.cache.Cache;
|
import com.github.benmanes.caffeine.cache.Cache;
|
||||||
import com.github.benmanes.caffeine.cache.Caffeine;
|
import com.github.benmanes.caffeine.cache.Caffeine;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user