All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download security JAR 1.0.0-beta9 with all dependencies


Files of the artifact security version 1.0.0-beta9 from the group com.github.xujiaji.mk.

Artifact security
Group com.github.xujiaji.mk
Version 1.0.0-beta9
Last update 27. September 2021
Tags: springboot
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies common, file, spring-boot-starter-security, jjwt,
There are maybe transitive dependencies!
There is a newer version: 1.0.0-beta10
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of security Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of security version 1.0.0-beta9

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.META-INF.additional-spring-configuration-metadata.json
com.github.xujiaji.mk.security
com.github.xujiaji.mk.security.com.github.xujiaji.mk.security.MkSecurityApplication
com.github.xujiaji.mk.security.com.github.xujiaji.mk.security.SecurityMysqlGenerator
com.github.xujiaji.mk.security.config
com.github.xujiaji.mk.security.config.com.github.xujiaji.mk.security.config.IgnoreConfig
com.github.xujiaji.mk.security.config.com.github.xujiaji.mk.security.config.JwtAuthenticationFilter
com.github.xujiaji.mk.security.config.com.github.xujiaji.mk.security.config.JwtConfig
com.github.xujiaji.mk.security.config.com.github.xujiaji.mk.security.config.MkSecurityConfig
com.github.xujiaji.mk.security.config.com.github.xujiaji.mk.security.config.SecurityConfig
com.github.xujiaji.mk.security.config.com.github.xujiaji.mk.security.config.SecurityHandlerConfig
com.github.xujiaji.mk.security.controller
com.github.xujiaji.mk.security.controller.com.github.xujiaji.mk.security.controller.MkSecUserController
com.github.xujiaji.mk.security.dto
com.github.xujiaji.mk.security.dto.com.github.xujiaji.mk.security.dto.MkSecUserDTO
com.github.xujiaji.mk.security.dto.com.github.xujiaji.mk.security.dto.RoleDTO
com.github.xujiaji.mk.security.entity
com.github.xujiaji.mk.security.entity.com.github.xujiaji.mk.security.entity.MkSecPermission
com.github.xujiaji.mk.security.entity.com.github.xujiaji.mk.security.entity.MkSecRole
com.github.xujiaji.mk.security.entity.com.github.xujiaji.mk.security.entity.MkSecRolePermission
com.github.xujiaji.mk.security.entity.com.github.xujiaji.mk.security.entity.MkSecUser
com.github.xujiaji.mk.security.entity.com.github.xujiaji.mk.security.entity.MkSecUserRole
com.github.xujiaji.mk.security.exception
com.github.xujiaji.mk.security.exception.com.github.xujiaji.mk.security.exception.BadCredentialsExceptionHandler
com.github.xujiaji.mk.security.exception.com.github.xujiaji.mk.security.exception.DisabledExceptionHandler
com.github.xujiaji.mk.security.exception.com.github.xujiaji.mk.security.exception.SecurityException
com.github.xujiaji.mk.security.mapper
com.github.xujiaji.mk.security.mapper.com.github.xujiaji.mk.security.mapper.MkSecPermissionMapper
com.github.xujiaji.mk.security.mapper.com.github.xujiaji.mk.security.mapper.MkSecRoleMapper
com.github.xujiaji.mk.security.mapper.com.github.xujiaji.mk.security.mapper.MkSecRolePermissionMapper
com.github.xujiaji.mk.security.mapper.com.github.xujiaji.mk.security.mapper.MkSecUserMapper
com.github.xujiaji.mk.security.mapper.com.github.xujiaji.mk.security.mapper.MkSecUserRoleMapper
com.github.xujiaji.mk.security.playload
com.github.xujiaji.mk.security.playload.com.github.xujiaji.mk.security.playload.AdminAddCondition
com.github.xujiaji.mk.security.playload.com.github.xujiaji.mk.security.playload.AdminEditCondition
com.github.xujiaji.mk.security.playload.com.github.xujiaji.mk.security.playload.AdminLoginCondition
com.github.xujiaji.mk.security.service
com.github.xujiaji.mk.security.service.com.github.xujiaji.mk.security.service.IMkSecPermissionService
com.github.xujiaji.mk.security.service.com.github.xujiaji.mk.security.service.IMkSecRolePermissionService
com.github.xujiaji.mk.security.service.com.github.xujiaji.mk.security.service.IMkSecRoleService
com.github.xujiaji.mk.security.service.com.github.xujiaji.mk.security.service.IMkSecUserRoleService
com.github.xujiaji.mk.security.service.com.github.xujiaji.mk.security.service.IMkSecUserService
com.github.xujiaji.mk.security.service.impl
com.github.xujiaji.mk.security.service.impl.com.github.xujiaji.mk.security.service.impl.MkSecPermissionServiceImpl
com.github.xujiaji.mk.security.service.impl.com.github.xujiaji.mk.security.service.impl.MkSecRolePermissionServiceImpl
com.github.xujiaji.mk.security.service.impl.com.github.xujiaji.mk.security.service.impl.MkSecRoleServiceImpl
com.github.xujiaji.mk.security.service.impl.com.github.xujiaji.mk.security.service.impl.MkSecUserRoleServiceImpl
com.github.xujiaji.mk.security.service.impl.com.github.xujiaji.mk.security.service.impl.MkSecUserServiceImpl
com.github.xujiaji.mk.security.service.impl.com.github.xujiaji.mk.security.service.impl.PasswordServiceImpl
com.github.xujiaji.mk.security.util
com.github.xujiaji.mk.security.util.com.github.xujiaji.mk.security.util.JwtUtil
com.github.xujiaji.mk.security.util.com.github.xujiaji.mk.security.util.ResponseUtil
com.github.xujiaji.mk.security.util.com.github.xujiaji.mk.security.util.SecurityUtil
com.github.xujiaji.mk.security.util.com.github.xujiaji.mk.security.util.UserUtilImpl
com.github.xujiaji.mk.security.vo
com.github.xujiaji.mk.security.vo.com.github.xujiaji.mk.security.vo.AdminLoginSuccessVO
com.github.xujiaji.mk.security.vo.com.github.xujiaji.mk.security.vo.MkSecUserDetails
config
config.config.application.yml
mapper
mapper.mapper.MkSecPermissionMapper.xml
mapper.mapper.MkSecRoleMapper.xml
mapper.mapper.MkSecRolePermissionMapper.xml
mapper.mapper.MkSecUserMapper.xml
mapper.mapper.MkSecUserRoleMapper.xml




© 2015 - 2024 Weber Informatics LLC | Privacy Policy