jar

io.github.edmaputra : ed-base

Maven & Gradle

Aug 01, 2020
0 stars

ed-base · Base component for basic CRUD operation with Spring Boot

Table Of Contents

Latest Version

Download io.github.edmaputra : ed-base JAR file - Latest Versions:

All Versions

Download io.github.edmaputra : ed-base JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
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 ed-base-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.edmaputra.ed.edbase.util

├─ io.github.edmaputra.ed.edbase.util.ResponseUtil.class - [JAR]

io.github.edmaputra.ed.edbase.constant

├─ io.github.edmaputra.ed.edbase.constant.Contract.class - [JAR]

├─ io.github.edmaputra.ed.edbase.constant.DbColumn.class - [JAR]

io.github.edmaputra.ed.edbase.predicate

├─ io.github.edmaputra.ed.edbase.predicate.BasePredicate.class - [JAR]

├─ io.github.edmaputra.ed.edbase.predicate.BasePredicateImpl.class - [JAR]

io.github.edmaputra.ed.edbase.controller

├─ io.github.edmaputra.ed.edbase.controller.BaseController.class - [JAR]

io.github.edmaputra.ed.edbase.exception

├─ io.github.edmaputra.ed.edbase.exception.CrudOperationException.class - [JAR]

├─ io.github.edmaputra.ed.edbase.exception.DataEmptyException.class - [JAR]

├─ io.github.edmaputra.ed.edbase.exception.DataNotFoundException.class - [JAR]

io.github.edmaputra.ed.edbase.model

├─ io.github.edmaputra.ed.edbase.model.BaseAddress.class - [JAR]

├─ io.github.edmaputra.ed.edbase.model.BaseEntity.class - [JAR]

├─ io.github.edmaputra.ed.edbase.model.BaseIdEntity.class - [JAR]

├─ io.github.edmaputra.ed.edbase.model.BasePerson.class - [JAR]

├─ io.github.edmaputra.ed.edbase.model.Gender.class - [JAR]

├─ io.github.edmaputra.ed.edbase.model.MaritalStatus.class - [JAR]

├─ io.github.edmaputra.ed.edbase.model.QBaseAddress.class - [JAR]

├─ io.github.edmaputra.ed.edbase.model.QBaseEntity.class - [JAR]

├─ io.github.edmaputra.ed.edbase.model.QBaseIdEntity.class - [JAR]

├─ io.github.edmaputra.ed.edbase.model.QBasePerson.class - [JAR]

io.github.edmaputra.ed.edbase.controller.advice

├─ io.github.edmaputra.ed.edbase.controller.advice.BaseControllerExceptionHandler.class - [JAR]

io.github.edmaputra.ed.edbase.service.impl

├─ io.github.edmaputra.ed.edbase.service.impl.BaseServiceImpl.class - [JAR]

io.github.edmaputra.ed.edbase.service

├─ io.github.edmaputra.ed.edbase.service.BaseService.class - [JAR]

io.github.edmaputra.ed.edbase.annotation

├─ io.github.edmaputra.ed.edbase.annotation.FilterModel.class - [JAR]

├─ io.github.edmaputra.ed.edbase.annotation.Filterable.class - [JAR]

io.github.edmaputra.ed.edbase.model.error

├─ io.github.edmaputra.ed.edbase.model.error.ErrorModel.class - [JAR]

io.github.edmaputra.ed.edbase.audit

├─ io.github.edmaputra.ed.edbase.audit.EdAuditorAware.class - [JAR]

├─ io.github.edmaputra.ed.edbase.audit.EdDateTimeProvider.class - [JAR]

├─ io.github.edmaputra.ed.edbase.audit.EdJpaAuditConfiguration.class - [JAR]

io.github.edmaputra.ed.edbase.repository

├─ io.github.edmaputra.ed.edbase.repository.BaseRepository.class - [JAR]

Advertisement