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

Download itbus JAR 0.2.8 with all dependencies


A personal blog.

Files of the artifact itbus version 0.2.8 from the group cn.dubby.

Artifact itbus
Group cn.dubby
Version 0.2.8
Last update 05. December 2017
Tags: personal blog
Organization not specified
URL http://www.dubby.cn
License The Apache License, Version 2.0
Dependencies amount 23
Dependencies spring-boot-starter-web, spring-boot-starter-actuator, spring-boot-starter-undertow, mybatis-spring-boot-starter, mysql-connector-java, spring-boot-starter-test, fastjson, log4j-api, log4j-core, log4j-slf4j-impl, log4j-jcl, slf4j-api, log4j-web, servlet-api, aspectjweaver, druid, spring-data-redis, jedis, mail, junit, commons-lang3, core, javase,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of itbus Show documentation

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

0 downloads

Source code of itbus version 0.2.8

META-INF
META-INF.META-INF.MANIFEST.MF
.application.properties
cn.dubby.itbus
cn.dubby.itbus.cn.dubby.itbus.Application
cn.dubby.itbus.aspect.cache
cn.dubby.itbus.aspect.cache.cn.dubby.itbus.aspect.cache.CacheEvict
cn.dubby.itbus.aspect.cache.cn.dubby.itbus.aspect.cache.CacheEvictAspect
cn.dubby.itbus.aspect.cache.cn.dubby.itbus.aspect.cache.SingleCache
cn.dubby.itbus.aspect.cache.cn.dubby.itbus.aspect.cache.SingleCacheAspect
cn.dubby.itbus.bean
cn.dubby.itbus.bean.cn.dubby.itbus.bean.Bus
cn.dubby.itbus.bean.cn.dubby.itbus.bean.BusLine
cn.dubby.itbus.bean.cn.dubby.itbus.bean.Comment
cn.dubby.itbus.bean.cn.dubby.itbus.bean.Email
cn.dubby.itbus.bean.cn.dubby.itbus.bean.EmailWithBLOBs
cn.dubby.itbus.bean.cn.dubby.itbus.bean.User
cn.dubby.itbus.component.filter
cn.dubby.itbus.component.filter.cn.dubby.itbus.component.filter.CSRFFilter
cn.dubby.itbus.component.filter.cn.dubby.itbus.component.filter.DruidWebStatFilter
cn.dubby.itbus.component.filter.cn.dubby.itbus.component.filter.LoginFilter
cn.dubby.itbus.component.servlet
cn.dubby.itbus.component.servlet.cn.dubby.itbus.component.servlet.DruidStatViewServlet
cn.dubby.itbus.config
cn.dubby.itbus.config.cn.dubby.itbus.config.EmailConfig
cn.dubby.itbus.config.cn.dubby.itbus.config.JedisConnectionFactoryConfig
cn.dubby.itbus.config.cn.dubby.itbus.config.MultipartConfig
cn.dubby.itbus.config.cn.dubby.itbus.config.MySQLConfig
cn.dubby.itbus.config.cn.dubby.itbus.config.TaskExecutorConfig
cn.dubby.itbus.constant
cn.dubby.itbus.constant.cn.dubby.itbus.constant.CacheConstant
cn.dubby.itbus.constant.cn.dubby.itbus.constant.CookieConstant
cn.dubby.itbus.constant.cn.dubby.itbus.constant.EmailTemplate
cn.dubby.itbus.constant.cn.dubby.itbus.constant.HttpRequestConstant
cn.dubby.itbus.controller
cn.dubby.itbus.controller.cn.dubby.itbus.controller.BusController
cn.dubby.itbus.controller.cn.dubby.itbus.controller.BusLineController
cn.dubby.itbus.controller.cn.dubby.itbus.controller.CommentController
cn.dubby.itbus.controller.cn.dubby.itbus.controller.FileController
cn.dubby.itbus.controller.cn.dubby.itbus.controller.UserController
cn.dubby.itbus.controller.aop
cn.dubby.itbus.controller.aop.cn.dubby.itbus.controller.aop.ControllerExceptionHandler
cn.dubby.itbus.dao
cn.dubby.itbus.dao.cn.dubby.itbus.dao.BusDao
cn.dubby.itbus.dao.cn.dubby.itbus.dao.BusLineDao
cn.dubby.itbus.dao.cn.dubby.itbus.dao.CommentDao
cn.dubby.itbus.dao.cn.dubby.itbus.dao.UserDao
cn.dubby.itbus.mapper
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.BusExtMapper.xml
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.BusLineExtMapper.xml
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.BusLineMapper
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.BusLineMapper.xml
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.BusMapper
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.BusMapper.xml
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.CommentExtMapper.xml
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.CommentMapper
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.CommentMapper.xml
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.EmailMapper
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.EmailMapper.xml
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.UserExtMapper.xml
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.UserMapper
cn.dubby.itbus.mapper.cn.dubby.itbus.mapper.UserMapper.xml
cn.dubby.itbus.service
cn.dubby.itbus.service.cn.dubby.itbus.service.BusLineService
cn.dubby.itbus.service.cn.dubby.itbus.service.BusService
cn.dubby.itbus.service.cn.dubby.itbus.service.CommentService
cn.dubby.itbus.service.cn.dubby.itbus.service.EmailService
cn.dubby.itbus.service.cn.dubby.itbus.service.UserService
cn.dubby.itbus.service.dto
cn.dubby.itbus.service.dto.cn.dubby.itbus.service.dto.CountDto
cn.dubby.itbus.service.dto.cn.dubby.itbus.service.dto.ModifyResult
cn.dubby.itbus.service.dto.cn.dubby.itbus.service.dto.ModifyResultEnum
cn.dubby.itbus.service.dto.cn.dubby.itbus.service.dto.RegisterDto
cn.dubby.itbus.service.dto.cn.dubby.itbus.service.dto.ResetPasswordDto
cn.dubby.itbus.service.dto.cn.dubby.itbus.service.dto.UserDto
cn.dubby.itbus.service.dto.cn.dubby.itbus.service.dto.UserRegisterParam
cn.dubby.itbus.util
cn.dubby.itbus.util.cn.dubby.itbus.util.CacheUtils
cn.dubby.itbus.util.cn.dubby.itbus.util.Coder
cn.dubby.itbus.util.cn.dubby.itbus.util.CookieUtils
.generatorConfig.xml
.log4j2.xml




© 2015 - 2024 Weber Informatics LLC | Privacy Policy