jar

io.github.demonran : db-spring-boot-starter

Maven & Gradle

Aug 02, 2023
1 stars

db-spring-boot-starter · The logging of lura framework

Table Of Contents

Latest Version

Download io.github.demonran : db-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.demonran : db-spring-boot-starter 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 db-spring-boot-starter-0.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

me.luraframework.db.config

├─ me.luraframework.db.config.JpaDatabaseConfiguration.class - [JAR]

me.luraframework.db.base

├─ me.luraframework.db.base.BaseEntity.class - [JAR]

me.luraframework.db.criteria

├─ me.luraframework.db.criteria.QueryHelper.class - [JAR]

me.luraframework.db.repository

├─ me.luraframework.db.repository.BaseJpaRepository.class - [JAR]

├─ me.luraframework.db.repository.BaseJpaRepositoryImpl.class - [JAR]

me.luraframework.db.exception

├─ me.luraframework.db.exception.PredicateGenerateException.class - [JAR]

me.luraframework.db.util

├─ me.luraframework.db.util.PageUtils.class - [JAR]