jar

com.github.thanhvoquang : mvc-core

Maven & Gradle

Apr 07, 2021
0 stars

MVC base for Spring Boot project

Table Of Contents

Latest Version

Download com.github.thanhvoquang : mvc-core JAR file - Latest Versions:

All Versions

Download com.github.thanhvoquang : mvc-core JAR file - All Versions:

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

com.github.thanhvoquang.mvccore.model.mapper

├─ com.github.thanhvoquang.mvccore.model.mapper.BaseMapper.class - [JAR]

com.github.thanhvoquang.mvccore.model.dto

├─ com.github.thanhvoquang.mvccore.model.dto.BaseDTO.class - [JAR]

com.github.thanhvoquang.mvccore.util

├─ com.github.thanhvoquang.mvccore.util.DateTimeUtil.class - [JAR]

├─ com.github.thanhvoquang.mvccore.util.TokenUtil.class - [JAR]

com.github.thanhvoquang.mvccore.service

├─ com.github.thanhvoquang.mvccore.service.BaseService.class - [JAR]

├─ com.github.thanhvoquang.mvccore.service.BaseServiceImpl.class - [JAR]

com.github.thanhvoquang.mvccore.constant

├─ com.github.thanhvoquang.mvccore.constant.NetworkingConstant.class - [JAR]

com.github.thanhvoquang.mvccore.model.entity

├─ com.github.thanhvoquang.mvccore.model.entity.BaseAuditableEntity.class - [JAR]

├─ com.github.thanhvoquang.mvccore.model.entity.BaseEntity.class - [JAR]

Advertisement