jar

io.github.mj-youn : spring

Maven & Gradle

Dec 16, 2022
1 usages

io.github.mj-youn.spring · A project that organizes frequently used utilities in Spring

Table Of Contents

Latest Version

Download io.github.mj-youn : spring JAR file - Latest Versions:

All Versions

Download io.github.mj-youn : spring JAR file - All Versions:

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

io.github.mjyoun.spring.utils

├─ io.github.mjyoun.spring.utils.CustomStopWatch.class - [JAR]

├─ io.github.mjyoun.spring.utils.JdbcUtils.class - [JAR]

io.github.mjyoun.spring.validation.annotations

├─ io.github.mjyoun.spring.validation.annotations.FieldGrouping.class - [JAR]

├─ io.github.mjyoun.spring.validation.annotations.NotAllEmpty.class - [JAR]

io.github.mjyoun.spring.service

├─ io.github.mjyoun.spring.service.GenericService.class - [JAR]

io.github.mjyoun.spring.entity

├─ io.github.mjyoun.spring.entity.GenericEntity.class - [JAR]

io.github.mjyoun.spring.data

├─ io.github.mjyoun.spring.data.ListResultConverter.class - [JAR]

├─ io.github.mjyoun.spring.data.PageResultConverter.class - [JAR]

io.github.mjyoun.spring.repository

├─ io.github.mjyoun.spring.repository.GenericRepository.class - [JAR]

├─ io.github.mjyoun.spring.repository.MariadbRepository.class - [JAR]

├─ io.github.mjyoun.spring.repository.OracleRepository.class - [JAR]

├─ io.github.mjyoun.spring.repository.PostgreSQLRepository.class - [JAR]

io.github.mjyoun.spring.validation

├─ io.github.mjyoun.spring.validation.NotAllEmptyValidator.class - [JAR]

io.github.mjyoun.spring.validation.marker

├─ io.github.mjyoun.spring.validation.marker.OnCreate.class - [JAR]

├─ io.github.mjyoun.spring.validation.marker.OnUpdate.class - [JAR]