jar

io.github.dengchen2020 : dc-spring-boot-starter-jdbc

Maven & Gradle

Jun 21, 2024

dc-spring-boot-starter-jdbc · jdbc扩展,基于spring-boot-starter-data-jdbc实现,提供CRUD通用操作,分页,内外连接查询,支持jpa注解,乐观锁,数据填充等功能

Table Of Contents

Latest Version

Download io.github.dengchen2020 : dc-spring-boot-starter-jdbc JAR file - Latest Versions:

All Versions

Download io.github.dengchen2020 : dc-spring-boot-starter-jdbc JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 dc-spring-boot-starter-jdbc-0.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.dengchen2020.jdbc.base

├─ io.github.dengchen2020.jdbc.base.BaseJdbcRepository.class - [JAR]

├─ io.github.dengchen2020.jdbc.base.BaseJdbcRepositoryFactoryBean.class - [JAR]

├─ io.github.dengchen2020.jdbc.base.BaseJdbcRepositoryImpl.class - [JAR]

├─ io.github.dengchen2020.jdbc.base.ComplexJdbcRepository.class - [JAR]

├─ io.github.dengchen2020.jdbc.base.JdbcRepositoryTypeFilter.class - [JAR]

io.github.dengchen2020.jdbc.event.listener

├─ io.github.dengchen2020.jdbc.event.listener.JdbcOverJpaEventListener.class - [JAR]

io.github.dengchen2020.jdbc.config

├─ io.github.dengchen2020.jdbc.config.JdbcAutoConfiguration.class - [JAR]

org.springframework.data.jdbc.repository.config

├─ org.springframework.data.jdbc.repository.config.EnableJdbcRepositories.class - [JAR]