jar

com.xiayk.template : spring-boot-template

Maven & Gradle

Sep 17, 2021
0 stars

spring-boot-template · Springboot Jpa CRUD Template

Table Of Contents

Latest Version

Download com.xiayk.template : spring-boot-template JAR file - Latest Versions:

All Versions

Download com.xiayk.template : spring-boot-template 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 spring-boot-template-0.0.2.T.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.xiayk.template.entity.form

├─ com.xiayk.template.entity.form.BaseForm.class - [JAR]

com.xiayk.template.service

├─ com.xiayk.template.service.BaseService.class - [JAR]

com.xiayk.template.common.exception

├─ com.xiayk.template.common.exception.BaseException.class - [JAR]

├─ com.xiayk.template.common.exception.EntityNotFountException.class - [JAR]

com.xiayk.template.entity.param

├─ com.xiayk.template.entity.param.BaseQuery.class - [JAR]

com.xiayk.template.common.utils

├─ com.xiayk.template.common.utils.JpaHelp.class - [JAR]

├─ com.xiayk.template.common.utils.ReflectionUtils.class - [JAR]

├─ com.xiayk.template.common.utils.SpringContextHelper.class - [JAR]

├─ com.xiayk.template.common.utils.StringUtil.class - [JAR]

com.xiayk.template.common.annotation

├─ com.xiayk.template.common.annotation.Query.class - [JAR]

com.xiayk.template.common

├─ com.xiayk.template.common.SecondApplicationContextInitializer.class - [JAR]

com.xiayk.template.entity.po

├─ com.xiayk.template.entity.po.BaseEntity.class - [JAR]

com.xiayk.template.entity.vo

├─ com.xiayk.template.entity.vo.PageResult.class - [JAR]

├─ com.xiayk.template.entity.vo.R.class - [JAR]

com.xiayk.template.repository

├─ com.xiayk.template.repository.BaseRepository.class - [JAR]

Advertisement