jar

com.github.herowzz : springfuse

Maven & Gradle

Oct 16, 2018
14 stars

springfuse · Provide basic framework and class library based on Spring Boot Framework.

Table Of Contents

Latest Version

Download com.github.herowzz : springfuse JAR file - Latest Versions:

All Versions

Download com.github.herowzz : springfuse 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 springfuse-1.0.1-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.herowzz.springfuse.security.model

├─ com.github.herowzz.springfuse.security.model.TokenModel.class - [JAR]

├─ com.github.herowzz.springfuse.security.model.TokenTypeEnum.class - [JAR]

com.github.herowzz.springfuse.doc.db

├─ com.github.herowzz.springfuse.doc.db.AbstractGenerateDbDoc.class - [JAR]

├─ com.github.herowzz.springfuse.doc.db.GenerateDbDocBuilder.class - [JAR]

├─ com.github.herowzz.springfuse.doc.db.GenerateDocDirector.class - [JAR]

com.github.herowzz.springfuse.core.exception.service

├─ com.github.herowzz.springfuse.core.exception.service.ServiceException.class - [JAR]

com.github.herowzz.springfuse.integration.event

├─ com.github.herowzz.springfuse.integration.event.EventListenerConfig.class - [JAR]

├─ com.github.herowzz.springfuse.integration.event.IEventService.class - [JAR]

├─ com.github.herowzz.springfuse.integration.event.SpringEventService.class - [JAR]

com.github.herowzz.springfuse.security.manager.impl

├─ com.github.herowzz.springfuse.security.manager.impl.MemoryTokenManager.class - [JAR]

com.github.herowzz.springfuse.core.bean.editors

├─ com.github.herowzz.springfuse.core.bean.editors.CustomLocalDateEditor.class - [JAR]

├─ com.github.herowzz.springfuse.core.bean.editors.CustomLocalDateTimeEditor.class - [JAR]

├─ com.github.herowzz.springfuse.core.bean.editors.CustomLocalTimeEditor.class - [JAR]

com.github.herowzz.springfuse.doc.db.vo

├─ com.github.herowzz.springfuse.doc.db.vo.DbParam.class - [JAR]

├─ com.github.herowzz.springfuse.doc.db.vo.DbTable.class - [JAR]

├─ com.github.herowzz.springfuse.doc.db.vo.DocFieldType.class - [JAR]

com.github.herowzz.springfuse.security.manager

├─ com.github.herowzz.springfuse.security.manager.ITokenManager.class - [JAR]

├─ com.github.herowzz.springfuse.security.manager.TokenFactory.class - [JAR]

├─ com.github.herowzz.springfuse.security.manager.UserSessionManager.class - [JAR]

com.github.herowzz.springfuse.core.exception

├─ com.github.herowzz.springfuse.core.exception.Exceptions.class - [JAR]

com.github.herowzz.springfuse.data.jpa.service

├─ com.github.herowzz.springfuse.data.jpa.service.BaseService.class - [JAR]

com.github.herowzz.springfuse.api.log.annotation

├─ com.github.herowzz.springfuse.api.log.annotation.Log.class - [JAR]

com.github.herowzz.springfuse.doc

├─ com.github.herowzz.springfuse.doc.IGenerateDoc.class - [JAR]

com.github.herowzz.springfuse.core.bean.editors.format.annotation

├─ com.github.herowzz.springfuse.core.bean.editors.format.annotation.DateFormat.class - [JAR]

├─ com.github.herowzz.springfuse.core.bean.editors.format.annotation.DateMonthFormat.class - [JAR]

├─ com.github.herowzz.springfuse.core.bean.editors.format.annotation.DateTimeFormat.class - [JAR]

├─ com.github.herowzz.springfuse.core.bean.editors.format.annotation.DateTimeNoSpaceFormat.class - [JAR]

com.github.herowzz.springfuse.api.dto

├─ com.github.herowzz.springfuse.api.dto.ApiResult.class - [JAR]

com.github.herowzz.springfuse.core.bean.enumtype

├─ com.github.herowzz.springfuse.core.bean.enumtype.EnableEnum.class - [JAR]

├─ com.github.herowzz.springfuse.core.bean.enumtype.IBaseEnum.class - [JAR]

├─ com.github.herowzz.springfuse.core.bean.enumtype.WhetherEnum.class - [JAR]

com.github.herowzz.springfuse.security.annotation

├─ com.github.herowzz.springfuse.security.annotation.Security.class - [JAR]

com.github.herowzz.springfuse.doc.api.annotation

├─ com.github.herowzz.springfuse.doc.api.annotation.ApiPageable.class - [JAR]

com.github.herowzz.springfuse.core.util

├─ com.github.herowzz.springfuse.core.util.CodeUtils.class - [JAR]

├─ com.github.herowzz.springfuse.core.util.DateUtils.class - [JAR]

├─ com.github.herowzz.springfuse.core.util.ReflectUtils.class - [JAR]

├─ com.github.herowzz.springfuse.core.util.StringUtils.class - [JAR]

com.github.herowzz.springfuse.data.jpa.config

├─ com.github.herowzz.springfuse.data.jpa.config.JpaListenerConfig.class - [JAR]

com.github.herowzz.springfuse.data.domain.annotation

├─ com.github.herowzz.springfuse.data.domain.annotation.Comment.class - [JAR]

com.github.herowzz.springfuse.core.constants

├─ com.github.herowzz.springfuse.core.constants.MediaTypes.class - [JAR]

com.github.herowzz.springfuse.data.jpa.dao

├─ com.github.herowzz.springfuse.data.jpa.dao.IBaseDao.class - [JAR]

com.github.herowzz.springfuse.doc.db.impl

├─ com.github.herowzz.springfuse.doc.db.impl.GenerateHtmlDbDoc.class - [JAR]

├─ com.github.herowzz.springfuse.doc.db.impl.GeneratePdfDbDoc.class - [JAR]

├─ com.github.herowzz.springfuse.doc.db.impl.GenerateWordDbDoc.class - [JAR]

com.github.herowzz.springfuse.security.handler

├─ com.github.herowzz.springfuse.security.handler.SecurityInterceptor.class - [JAR]

com.github.herowzz.springfuse.api.dto.param

├─ com.github.herowzz.springfuse.api.dto.param.IBaseParam.class - [JAR]

├─ com.github.herowzz.springfuse.api.dto.param.IdParam.class - [JAR]

com.github.herowzz.springfuse.data.jpa.event

├─ com.github.herowzz.springfuse.data.jpa.event.SoftDeleteEventListener.class - [JAR]

com.github.herowzz.springfuse.api.dto.refrence

├─ com.github.herowzz.springfuse.api.dto.refrence.ApiResultCodeEnum.class - [JAR]

com.github.herowzz.springfuse.data.domain

├─ com.github.herowzz.springfuse.data.domain.BaseEntity.class - [JAR]

├─ com.github.herowzz.springfuse.data.domain.BaseIncreaseEntity.class - [JAR]

├─ com.github.herowzz.springfuse.data.domain.BaseUidEntity.class - [JAR]

├─ com.github.herowzz.springfuse.data.domain.BaseUser.class - [JAR]

com.github.herowzz.springfuse.api.log

├─ com.github.herowzz.springfuse.api.log.ILogManage.class - [JAR]

├─ com.github.herowzz.springfuse.api.log.LogAspect.class - [JAR]

├─ com.github.herowzz.springfuse.api.log.LogRecord.class - [JAR]

com.github.herowzz.springfuse.api.handler

├─ com.github.herowzz.springfuse.api.handler.GlobalHandler.class - [JAR]

com.github.herowzz.springfuse.core.generator

├─ com.github.herowzz.springfuse.core.generator.DtoField.class - [JAR]

├─ com.github.herowzz.springfuse.core.generator.SpringFuseGenerator.class - [JAR]