jar

tech.ailef : spring-boot-db-admin

Maven & Gradle

Sep 28, 2023

spring-boot-db-admin · Srping Boot DB Admin Dashboard

Table Of Contents

Latest Version

Download tech.ailef : spring-boot-db-admin JAR file - Latest Versions:

All Versions

Download tech.ailef : spring-boot-db-admin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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-db-admin-0.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tech.ailef.dbadmin.external.dto

├─ tech.ailef.dbadmin.external.dto.AutocompleteSearchResult.class - [JAR]

├─ tech.ailef.dbadmin.external.dto.CompareOperator.class - [JAR]

├─ tech.ailef.dbadmin.external.dto.LogsSearchRequest.class - [JAR]

├─ tech.ailef.dbadmin.external.dto.PaginatedResult.class - [JAR]

├─ tech.ailef.dbadmin.external.dto.PaginationInfo.class - [JAR]

├─ tech.ailef.dbadmin.external.dto.QueryFilter.class - [JAR]

tech.ailef.dbadmin.external.controller

├─ tech.ailef.dbadmin.external.controller.DefaultDbAdminController.class - [JAR]

├─ tech.ailef.dbadmin.external.controller.DownloadController.class - [JAR]

├─ tech.ailef.dbadmin.external.controller.GlobalController.class - [JAR]

tech.ailef.dbadmin.external.controller.rest

├─ tech.ailef.dbadmin.external.controller.rest.AutocompleteController.class - [JAR]

tech.ailef.dbadmin.internal

├─ tech.ailef.dbadmin.internal.InternalDbAdminConfiguration.class - [JAR]

├─ tech.ailef.dbadmin.internal.UserConfiguration.class - [JAR]

tech.ailef.dbadmin.external.misc

├─ tech.ailef.dbadmin.external.misc.Utils.class - [JAR]

tech.ailef.dbadmin.external.dbmapping

├─ tech.ailef.dbadmin.external.dbmapping.CustomJpaRepository.class - [JAR]

├─ tech.ailef.dbadmin.external.dbmapping.DbAdminRepository.class - [JAR]

├─ tech.ailef.dbadmin.external.dbmapping.DbField.class - [JAR]

├─ tech.ailef.dbadmin.external.dbmapping.DbFieldType.class - [JAR]

├─ tech.ailef.dbadmin.external.dbmapping.DbFieldValue.class - [JAR]

├─ tech.ailef.dbadmin.external.dbmapping.DbObject.class - [JAR]

├─ tech.ailef.dbadmin.external.dbmapping.DbObjectSchema.class - [JAR]

tech.ailef.dbadmin.external.annotations

├─ tech.ailef.dbadmin.external.annotations.ComputedColumn.class - [JAR]

├─ tech.ailef.dbadmin.external.annotations.DisplayFormat.class - [JAR]

├─ tech.ailef.dbadmin.external.annotations.DisplayImage.class - [JAR]

├─ tech.ailef.dbadmin.external.annotations.DisplayName.class - [JAR]

├─ tech.ailef.dbadmin.external.annotations.Filterable.class - [JAR]

├─ tech.ailef.dbadmin.external.annotations.FilterableType.class - [JAR]

tech.ailef.dbadmin.external.exceptions

├─ tech.ailef.dbadmin.external.exceptions.DbAdminException.class - [JAR]

├─ tech.ailef.dbadmin.external.exceptions.InvalidPageException.class - [JAR]

tech.ailef.dbadmin.internal.service

├─ tech.ailef.dbadmin.internal.service.UserActionService.class - [JAR]

tech.ailef.dbadmin.internal.repository

├─ tech.ailef.dbadmin.internal.repository.CustomActionRepository.class - [JAR]

├─ tech.ailef.dbadmin.internal.repository.CustomActionRepositoryImpl.class - [JAR]

├─ tech.ailef.dbadmin.internal.repository.UserActionRepository.class - [JAR]

├─ tech.ailef.dbadmin.internal.repository.UserSettingsRepository.class - [JAR]

tech.ailef.dbadmin.external

├─ tech.ailef.dbadmin.external.DbAdmin.class - [JAR]

├─ tech.ailef.dbadmin.external.DbAdminAutoConfiguration.class - [JAR]

├─ tech.ailef.dbadmin.external.DbAdminProperties.class - [JAR]

tech.ailef.dbadmin.internal.model

├─ tech.ailef.dbadmin.internal.model.UserAction.class - [JAR]

├─ tech.ailef.dbadmin.internal.model.UserSetting.class - [JAR]