jar

com.gitee.reger : spring-boot-starter-dao

Maven & Gradle

Sep 08, 2018

spring-boot-starter-dao · 该项目,整合spring-boot,mybatis,通用mapper,pagehelper,druid等常用dao层库。配置及其简单,使用容易,入门门槛低。本项目支持: 多数据源;读写分离;druid监控台按需启用;注解方式标注枚举映射到数据库中为自定义值指定值,等功能。

Table Of Contents

Latest Version

Download com.gitee.reger : spring-boot-starter-dao JAR file - Latest Versions:

All Versions

Download com.gitee.reger : spring-boot-starter-dao JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-starter-dao-2.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.reger.datasource.properties

├─ com.reger.datasource.properties.DaoProperties.class - [JAR]

├─ com.reger.datasource.properties.DataSourceProperties.class - [JAR]

├─ com.reger.datasource.properties.DruidProperties.class - [JAR]

├─ com.reger.datasource.properties.DruidStatProperties.class - [JAR]

├─ com.reger.datasource.properties.MybatisNodeProperties.class - [JAR]

├─ com.reger.datasource.properties.ShardingProperties.class - [JAR]

com.reger.datasource.annotation

├─ com.reger.datasource.annotation.DataSourceChange.class - [JAR]

├─ com.reger.datasource.annotation.EnumTypeHandler.class - [JAR]

com.reger.datasource.core

├─ com.reger.datasource.core.AbstractDataBaseBean.class - [JAR]

├─ com.reger.datasource.core.CustomPageInterceptor.class - [JAR]

├─ com.reger.datasource.core.DataSourceBulider.class - [JAR]

├─ com.reger.datasource.core.GlobalEnumTypeHandler.class - [JAR]

├─ com.reger.datasource.core.Mapper.class - [JAR]

├─ com.reger.datasource.core.Order.class - [JAR]

com.reger.mybatis.generator

├─ com.reger.mybatis.generator.GeneratorMain.class - [JAR]

com.reger.datasource.config

├─ com.reger.datasource.config.ConfigUtils.class - [JAR]

├─ com.reger.datasource.config.DataSourceAutoConfiguration.class - [JAR]

├─ com.reger.datasource.config.DruidWebStatAutoConfiguration.class - [JAR]