jar

com.github.linkenli : spring-data-jpawapper-starter

Maven & Gradle

Nov 08, 2020
0 stars

封装spring data jpa支持hql、sql查询,代码生成功能,基于LiuBingXu18的spring-data-jpawapper上修改

Table Of Contents

Latest Version

Download com.github.linkenli : spring-data-jpawapper-starter JAR file - Latest Versions:

All Versions

Download com.github.linkenli : spring-data-jpawapper-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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-data-jpawapper-starter-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

jpa.autocode.core

├─ jpa.autocode.core.CreateCode.class - [JAR]

├─ jpa.autocode.core.JavaCreate.class - [JAR]

jpa.autocode.bean

├─ jpa.autocode.bean.CodeModel.class - [JAR]

├─ jpa.autocode.bean.Parms.class - [JAR]

├─ jpa.autocode.bean.Table.class - [JAR]

├─ jpa.autocode.bean.TableData.class - [JAR]

jpa.autocode.util

├─ jpa.autocode.util.DateUtils.class - [JAR]

├─ jpa.autocode.util.ParmsUtil.class - [JAR]

├─ jpa.autocode.util.StringUtil.class - [JAR]

├─ jpa.autocode.util.UUIDUtils.class - [JAR]

jpa

├─ jpa.BaseRepositoryFactoryBean.class - [JAR]

├─ jpa.JpaGenAutoStarterConfiguration.class - [JAR]

├─ jpa.JpaGenProperties.class - [JAR]

jpa.repository

├─ jpa.repository.BaseRepository.class - [JAR]

├─ jpa.repository.BaseRepositoryImpl.class - [JAR]

jpa.autocode.controller

├─ jpa.autocode.controller.CodeController.class - [JAR]