jar

com.lephix : easy-spring-boot-starter

Maven & Gradle

Aug 03, 2019
1 stars

Easy SpringBoot Starter · This is a starter for creating a project quickly. There are some conventions when importing this starter, configuration could change those behaviors.

Table Of Contents

Latest Version

Download com.lephix : easy-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.lephix : easy-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

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 easy-spring-boot-starter-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lephix.easy.utils

├─ com.lephix.easy.utils.CodeGenerator.class - [JAR]

├─ com.lephix.easy.utils.JPASpecUtils.class - [JAR]

├─ com.lephix.easy.utils.MapHelper.class - [JAR]

├─ com.lephix.easy.utils.SecurityUtils.class - [JAR]

com.lephix.easy.security.impl

├─ com.lephix.easy.security.impl.FakeUserDetailService.class - [JAR]

├─ com.lephix.easy.security.impl.JdbcUserDetailService.class - [JAR]

├─ com.lephix.easy.security.impl.NoRedirectionAuthFailureHandler.class - [JAR]

├─ com.lephix.easy.security.impl.NoRedirectionAuthSuccessHandler.class - [JAR]

├─ com.lephix.easy.security.impl.NoRedirectionEntryPoint.class - [JAR]

com.lephix.easy.autoconfiguration

├─ com.lephix.easy.autoconfiguration.EasyAutoConfiguration.class - [JAR]

├─ com.lephix.easy.autoconfiguration.EasyProperties.class - [JAR]

com.lephix.easy.mvc

├─ com.lephix.easy.mvc.AbstractEasyRepository.class - [JAR]

├─ com.lephix.easy.mvc.AbstractEasyService.class - [JAR]

├─ com.lephix.easy.mvc.EasyErrorController.class - [JAR]

├─ com.lephix.easy.mvc.EasyResponseBodyAdvice.class - [JAR]

├─ com.lephix.easy.mvc.ErrorResult.class - [JAR]

├─ com.lephix.easy.mvc.JsonResult.class - [JAR]

├─ com.lephix.easy.mvc.PageableResult.class - [JAR]

com.lephix.easy.security

├─ com.lephix.easy.security.AbstractUserDetailService.class - [JAR]

├─ com.lephix.easy.security.AbstractWebSecurityConfig.class - [JAR]

├─ com.lephix.easy.security.EasyOAuth2WebSecurityConfig.class - [JAR]

├─ com.lephix.easy.security.EasyWebSecurityConfig.class - [JAR]

├─ com.lephix.easy.security.Roles.class - [JAR]

Advertisement