feat: 更新依赖
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hcframe</groupId>
|
||||
<groupId>com.taixingyiji</groupId>
|
||||
<artifactId>hcframe-base</artifactId>
|
||||
<version>1.2.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.taixingyiji.config.common.config;
|
||||
|
||||
import com.hcframe.base.module.cache.CacheService;
|
||||
import com.hcframe.base.module.datasource.utils.DataSourceUtil;
|
||||
import com.taixingyiji.base.module.cache.CacheService;
|
||||
import com.taixingyiji.base.module.datasource.utils.DataSourceUtil;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
package com.taixingyiji.config.common.config;
|
||||
|
||||
import com.hcframe.base.module.auth.dao.FtUserDao;
|
||||
import com.hcframe.base.module.auth.entity.FtUser;
|
||||
import com.hcframe.base.module.shiro.service.ShiroType;
|
||||
import com.hcframe.base.module.shiro.service.SystemRealm;
|
||||
import com.taixingyiji.base.module.auth.dao.FtUserDao;
|
||||
import com.taixingyiji.base.module.auth.entity.FtUser;
|
||||
import com.taixingyiji.base.module.shiro.service.ShiroType;
|
||||
import com.taixingyiji.base.module.shiro.service.SystemRealm;
|
||||
import org.apache.shiro.authz.SimpleAuthorizationInfo;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.taixingyiji.config.module.cloud;
|
||||
|
||||
import com.hcframe.base.common.ResultVO;
|
||||
import com.taixingyiji.base.common.ResultVO;
|
||||
import org.springframework.cloud.openfeign.FeignClient;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PathVariable;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package com.taixingyiji.config.module.cms;
|
||||
|
||||
import com.hcframe.base.common.ResultVO;
|
||||
import com.hcframe.base.module.data.module.BaseMapper;
|
||||
import com.hcframe.base.module.data.module.BaseMapperImpl;
|
||||
import com.taixingyiji.base.common.ResultVO;
|
||||
import com.taixingyiji.base.module.data.module.BaseMapper;
|
||||
import com.taixingyiji.base.module.data.module.BaseMapperImpl;
|
||||
import org.springframework.beans.factory.annotation.Qualifier;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.taixingyiji.config.module.controller;
|
||||
|
||||
import com.hcframe.base.common.ResultVO;
|
||||
import com.hcframe.redis.RedisUtil;
|
||||
import com.taixingyiji.base.common.ResultVO;
|
||||
import com.taixingyiji.redis.RedisUtil;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.CookieValue;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.taixingyiji.config.module.controller;
|
||||
|
||||
import com.hcframe.base.common.ResultVO;
|
||||
import com.hcframe.base.module.data.module.BaseMapper;
|
||||
import com.taixingyiji.base.common.ResultVO;
|
||||
import com.taixingyiji.base.module.data.module.BaseMapper;
|
||||
import org.apache.shiro.SecurityUtils;
|
||||
import org.apache.shiro.subject.Subject;
|
||||
import org.jasig.cas.client.authentication.AttributePrincipal;
|
||||
|
||||
Reference in New Issue
Block a user