jar

cn.itlym : shoulder-web

Maven & Gradle

May 21, 2021
3 usages
8 stars
Table Of Contents

Latest Version

Download cn.itlym : shoulder-web JAR file - Latest Versions:

All Versions

Download cn.itlym : shoulder-web JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6
0.5
0.4
0.3
0.1

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 shoulder-web-0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.shoulder.web.template.crud

├─ org.shoulder.web.template.crud.BaseController.class - [JAR]

├─ org.shoulder.web.template.crud.BaseControllerImpl.class - [JAR]

├─ org.shoulder.web.template.crud.CrudCacheableController.class - [JAR]

├─ org.shoulder.web.template.crud.CrudController.class - [JAR]

├─ org.shoulder.web.template.crud.DeleteController.class - [JAR]

├─ org.shoulder.web.template.crud.QueryController.class - [JAR]

├─ org.shoulder.web.template.crud.SaveController.class - [JAR]

├─ org.shoulder.web.template.crud.UpdateController.class - [JAR]

org.shoulder.web.template.dictionary.spi

├─ org.shoulder.web.template.dictionary.spi.DefaultDictionaryEnumStore.class - [JAR]

├─ org.shoulder.web.template.dictionary.spi.DictionaryEnumStore.class - [JAR]

org.shoulder.web.template.dictionary.service

├─ org.shoulder.web.template.dictionary.service.DictionaryItemService.class - [JAR]

├─ org.shoulder.web.template.dictionary.service.DictionaryService.class - [JAR]

org.shoulder.web

├─ org.shoulder.web.ShoulderDispatcherServlet.class - [JAR]

org.shoulder.web.template.tag.entity

├─ org.shoulder.web.template.tag.entity.TagEntity.class - [JAR]

├─ org.shoulder.web.template.tag.entity.TagRelationShipEntity.class - [JAR]

├─ org.shoulder.web.template.tag.entity.TagSearchEntity.class - [JAR]

org.shoulder.web.template.tag.dao

├─ org.shoulder.web.template.tag.dao.TagMapper.class - [JAR]

├─ org.shoulder.web.template.tag.dao.TagRelationShipMapper.class - [JAR]

├─ org.shoulder.web.template.tag.dao.TagSearchMapper.class - [JAR]

org.shoulder.web.annotation

├─ org.shoulder.web.annotation.RejectRepeatSubmit.class - [JAR]

├─ org.shoulder.web.annotation.RestfulApi.class - [JAR]

├─ org.shoulder.web.annotation.SkipResponseWrap.class - [JAR]

org.shoulder.web.filter.xss

├─ org.shoulder.web.filter.xss.XssFilter.class - [JAR]

├─ org.shoulder.web.filter.xss.XssProperties.class - [JAR]

├─ org.shoulder.web.filter.xss.XssRequestWrapper.class - [JAR]

org.shoulder.web.advice

├─ org.shoulder.web.advice.BaseRestControllerLogAspect.class - [JAR]

├─ org.shoulder.web.advice.RestControllerColorfulLogAspect.class - [JAR]

├─ org.shoulder.web.advice.RestControllerDataExceptionAdvice.class - [JAR]

├─ org.shoulder.web.advice.RestControllerExceptionAdvice.class - [JAR]

├─ org.shoulder.web.advice.RestControllerJsonLogAspect.class - [JAR]

├─ org.shoulder.web.advice.RestControllerUnionResponseAdvice.class - [JAR]

org.shoulder.web.template.dictionary

├─ org.shoulder.web.template.dictionary.DictionaryController.class - [JAR]

├─ org.shoulder.web.template.dictionary.DictionaryCrudController.class - [JAR]

├─ org.shoulder.web.template.dictionary.DictionaryEnumController.class - [JAR]

├─ org.shoulder.web.template.dictionary.DictionaryItemController.class - [JAR]

├─ org.shoulder.web.template.dictionary.DictionaryItemCrudController.class - [JAR]

├─ org.shoulder.web.template.dictionary.DictionaryItemEnumController.class - [JAR]

org.shoulder.web.interceptor

├─ org.shoulder.web.interceptor.ApiProtectInterceptor.class - [JAR]

├─ org.shoulder.web.interceptor.ApiResponseNoCacheInterceptor.class - [JAR]

├─ org.shoulder.web.interceptor.BaseRejectRepeatSubmitInterceptor.class - [JAR]

├─ org.shoulder.web.interceptor.HttpLocaleInterceptor.class - [JAR]

├─ org.shoulder.web.interceptor.SessionTokenRepeatSubmitInterceptor.class - [JAR]

org.shoulder.web.filter

├─ org.shoulder.web.filter.BasePathFilter.class - [JAR]

├─ org.shoulder.web.filter.PathFilterHelper.class - [JAR]

├─ org.shoulder.web.filter.PathFilterProperties.class - [JAR]

org.shoulder.web.validate

├─ org.shoulder.web.validate.ValidateRuleEndPoint.class - [JAR]

org.shoulder.web.common

├─ org.shoulder.web.common.CommonEndpoint.class - [JAR]

├─ org.shoulder.web.common.ErrorPageConfig.class - [JAR]

org.shoulder.web.template.dictionary.model

├─ org.shoulder.web.template.dictionary.model.Dictionary.class - [JAR]

├─ org.shoulder.web.template.dictionary.model.DictionaryEntity.class - [JAR]

├─ org.shoulder.web.template.dictionary.model.DictionaryEnum.class - [JAR]

├─ org.shoulder.web.template.dictionary.model.DictionaryItem.class - [JAR]

├─ org.shoulder.web.template.dictionary.model.DictionaryItemEntity.class - [JAR]

├─ org.shoulder.web.template.dictionary.model.IntDictionaryEnum.class - [JAR]

├─ org.shoulder.web.template.dictionary.model.NameAsIdDictionaryEnum.class - [JAR]

org.shoulder.web.template.dictionary.dto

├─ org.shoulder.web.template.dictionary.dto.BatchQueryParam.class - [JAR]

├─ org.shoulder.web.template.dictionary.dto.DictionaryDTO.class - [JAR]

├─ org.shoulder.web.template.dictionary.dto.DictionaryItemDTO.class - [JAR]

org.shoulder.web.template.tag.repository

├─ org.shoulder.web.template.tag.repository.TagRelationShipService.class - [JAR]

├─ org.shoulder.web.template.tag.repository.TagSearchShipService.class - [JAR]

├─ org.shoulder.web.template.tag.repository.TagService.class - [JAR]

org.shoulder.web.template.dictionary.repository

├─ org.shoulder.web.template.dictionary.repository.DictionaryItemRepository.class - [JAR]

├─ org.shoulder.web.template.dictionary.repository.DictionaryRepository.class - [JAR]

org.shoulder.web.template.tag.controller

├─ org.shoulder.web.template.tag.controller.TagController.class - [JAR]

├─ org.shoulder.web.template.tag.controller.TagCrudController.class - [JAR]

Advertisement

Dependencies from Group

May 21, 2021
18 usages
8 stars
May 21, 2021
10 usages
8 stars
May 21, 2021
9 usages
8 stars
May 21, 2021
6 usages
8 stars
May 21, 2021
5 usages
8 stars

Discover Dependencies

Jul 20, 2023
13 usages
5 stars
Mar 26, 2021
8 usages
31 stars
Dec 27, 2021
1 usages
16 stars
Sep 08, 2017
7 usages
740 stars
Oct 22, 2020
4 usages
49 stars