| | |
| | | import com.walker.infrastructure.arguments.Variable; |
| | | import com.walker.infrastructure.arguments.VariableType; |
| | | import com.walker.infrastructure.utils.StringUtils; |
| | | import com.walker.security.SystemLogMan; |
| | | import com.walker.support.redis.cache.RedisCacheProvider; |
| | | |
| | | import java.util.ArrayList; |
| | |
| | | |
| | | public void setConfigArgumentService(ConfigArgumentServiceImpl configArgumentService) { |
| | | this.configArgumentService = configArgumentService; |
| | | SystemLogMan.getInstance().checkMan(); |
| | | } |
| | | |
| | | public RedisArgumentsManager(){ |
| | | SystemLogMan.getInstance().checkMan(); |
| | | this.setUseRedis(true); |
| | | this.setLoadPage(false); |
| | | } |