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

Download spring-boot-common JAR 1.2.5 with all dependencies


Taills's Spring Boot Project Common

Files of the artifact spring-boot-common version 1.2.5 from the group io.github.taills.

Test

Artifact spring-boot-common
Group io.github.taills
Version 1.2.5
Last update 12. January 2022
Tags: project boot common taills spring
Organization not specified
URL https://github.com/taills/spring-boot-common.git
License Apache 2.0 License
Dependencies amount 20
Dependencies spring-boot-autoconfigure, spring-boot-starter-web, gson, spring-security-core, commons-lang3, springfox-boot-starter, aspectjweaver, spring-boot-starter-jdbc, spring-boot-starter-data-jpa, mysql-connector-java, springfox-boot-starter, spring-boot-starter-web, spring-boot-starter-security, jjwt, spring-security-crypto, spring-boot-starter-aop, guava, spring-boot-starter-cache, jackson-databind, javax.interceptor-api,
There are maybe transitive dependencies!
There is a newer version: 1.3.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of spring-boot-common Show documentation

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

0 downloads

Source code of spring-boot-common version 1.2.5

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.META-INF.spring.factories
.application.yml
db.migration
db.migration.db.migration.R__taills_common_security_module_tables.sql
.exception_common_security.properties
io.github.taills.common.annotation
io.github.taills.common.annotation.io.github.taills.common.annotation.ApiResponseBody
io.github.taills.common.annotation.io.github.taills.common.annotation.ApiResponseBodyAdvice
io.github.taills.common.config
io.github.taills.common.config.io.github.taills.common.config.JacksonObjectMapperConfig
io.github.taills.common.config.io.github.taills.common.config.SwaggerConfiguration
io.github.taills.common.config.io.github.taills.common.config.SwaggerContact
io.github.taills.common.config.io.github.taills.common.config.SwaggerProperties
io.github.taills.common.controller
io.github.taills.common.controller.io.github.taills.common.controller.BaseController
io.github.taills.common.exception
io.github.taills.common.exception.io.github.taills.common.exception.BaseException
io.github.taills.common.exception.io.github.taills.common.exception.ExceptionHandlerAdvice
io.github.taills.common.exception.io.github.taills.common.exception.ExceptionManager
io.github.taills.common.exception.io.github.taills.common.exception.ExceptionProperties
io.github.taills.common.filter
io.github.taills.common.filter.io.github.taills.common.filter.ResponseWrapper
io.github.taills.common.filter.io.github.taills.common.filter.SwaggerJavascriptHookFilter
io.github.taills.common.jpa.config
io.github.taills.common.jpa.config.io.github.taills.common.jpa.config.JpaAutoConfiguration
io.github.taills.common.jpa.entity
io.github.taills.common.jpa.entity.io.github.taills.common.jpa.entity.BaseEntity
io.github.taills.common.jpa.entity.io.github.taills.common.jpa.entity.SecurityGroup
io.github.taills.common.jpa.entity.io.github.taills.common.jpa.entity.SecurityGroupRole
io.github.taills.common.jpa.entity.io.github.taills.common.jpa.entity.SecurityRole
io.github.taills.common.jpa.entity.io.github.taills.common.jpa.entity.SecurityUser
io.github.taills.common.jpa.entity.io.github.taills.common.jpa.entity.SecurityUserGroup
io.github.taills.common.jpa.entity.io.github.taills.common.jpa.entity.SecurityUserRole
io.github.taills.common.jpa.repository
io.github.taills.common.jpa.repository.io.github.taills.common.jpa.repository.BaseRepository
io.github.taills.common.jpa.repository.io.github.taills.common.jpa.repository.SecurityGroupRepository
io.github.taills.common.jpa.repository.io.github.taills.common.jpa.repository.SecurityGroupRoleRepository
io.github.taills.common.jpa.repository.io.github.taills.common.jpa.repository.SecurityRoleRepository
io.github.taills.common.jpa.repository.io.github.taills.common.jpa.repository.SecurityUserGroupRepository
io.github.taills.common.jpa.repository.io.github.taills.common.jpa.repository.SecurityUserRepository
io.github.taills.common.jpa.repository.io.github.taills.common.jpa.repository.SecurityUserRoleRepository
io.github.taills.common.jpa.service
io.github.taills.common.jpa.service.io.github.taills.common.jpa.service.AbstractService
io.github.taills.common.jpa.service.io.github.taills.common.jpa.service.BaseService
io.github.taills.common.jpa.service.io.github.taills.common.jpa.service.SecurityGroupRoleService
io.github.taills.common.jpa.service.io.github.taills.common.jpa.service.SecurityGroupService
io.github.taills.common.jpa.service.io.github.taills.common.jpa.service.SecurityRoleService
io.github.taills.common.jpa.service.io.github.taills.common.jpa.service.SecurityUserGroupService
io.github.taills.common.jpa.service.io.github.taills.common.jpa.service.SecurityUserRoleService
io.github.taills.common.jpa.service.io.github.taills.common.jpa.service.SecurityUserService
io.github.taills.common.response
io.github.taills.common.response.io.github.taills.common.response.ApiResult
io.github.taills.common.response.io.github.taills.common.response.ApiResultStatus
io.github.taills.common.security.config
io.github.taills.common.security.config.io.github.taills.common.security.config.ApiLogAspect
io.github.taills.common.security.config.io.github.taills.common.security.config.PasswordEncoderConfig
io.github.taills.common.security.config.io.github.taills.common.security.config.WebSecurityConfig
io.github.taills.common.security.controller
io.github.taills.common.security.controller.io.github.taills.common.security.controller.AuthenticationController
io.github.taills.common.security.controller.io.github.taills.common.security.controller.SecurityGroupController
io.github.taills.common.security.controller.io.github.taills.common.security.controller.SecurityRoleController
io.github.taills.common.security.controller.io.github.taills.common.security.controller.SecurityUserController
io.github.taills.common.security.filter
io.github.taills.common.security.filter.io.github.taills.common.security.filter.JwtAuthenticationEntrance
io.github.taills.common.security.filter.io.github.taills.common.security.filter.JwtRequestFilter
io.github.taills.common.security.userdetails
io.github.taills.common.security.userdetails.io.github.taills.common.security.userdetails.SecurityUserDetails
io.github.taills.common.util
io.github.taills.common.util.io.github.taills.common.util.NumericConvertUtils
io.github.taills.common.util.io.github.taills.common.util.ResourceUtils
io.github.taills.common.util.io.github.taills.common.util.SnowFlake
io.github.taills.common.util.io.github.taills.common.util.TokenUtils
.springfox-append.js




© 2015 - 2025 Weber Informatics LLC | Privacy Policy