jar

com.github.ironrobot : spring-boot-starter-ajaxclient

Maven & Gradle

May 07, 2018
6 stars

spring-boot-starter-ajaxclient · A application used to generate ajax js client code depends on spring controller delarition,and make it easy to invoke backend rpc in web fe.

Table Of Contents

Latest Version

Download com.github.ironrobot : spring-boot-starter-ajaxclient JAR file - Latest Versions:

All Versions

Download com.github.ironrobot : spring-boot-starter-ajaxclient JAR file - All Versions:

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

spring.ajax.client.controller

├─ spring.ajax.client.controller.AjaxMethodInfo.class - [JAR]

├─ spring.ajax.client.controller.JSClientCodeGeneratorController.class - [JAR]

├─ spring.ajax.client.controller.MappingValidator.class - [JAR]

spring.ajax.client

├─ spring.ajax.client.Config.class - [JAR]

spring.ajax.client.interceptor

├─ spring.ajax.client.interceptor.CSRFProtectInterceptor.class - [JAR]

spring.ajax.client.controller.validators

├─ spring.ajax.client.controller.validators.NoStarInPathValidator.class - [JAR]

spring.ajax.client.anno

├─ spring.ajax.client.anno.AjaxMapping.class - [JAR]

├─ spring.ajax.client.anno.CSRF.class - [JAR]

spring.ajax.client.controller.exception

├─ spring.ajax.client.controller.exception.ErrorE.class - [JAR]