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.

License

License

Categories

Categories

Spring Boot Container Microservices CLI User Interface
GroupId

GroupId

com.github.ironrobot
ArtifactId

ArtifactId

spring-boot-starter-ajaxclient
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/IronRobot/spring_ajax_client
Source Code Management

Source Code Management

https://github.com/IronRobot/spring_ajax_client

Download spring-boot-starter-ajaxclient

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ironrobot/spring-boot-starter-ajaxclient/ -->
<dependency>
    <groupId>com.github.ironrobot</groupId>
    <artifactId>spring-boot-starter-ajaxclient</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ironrobot/spring-boot-starter-ajaxclient/
implementation 'com.github.ironrobot:spring-boot-starter-ajaxclient:0.0.2'
// https://jarcasting.com/artifacts/com.github.ironrobot/spring-boot-starter-ajaxclient/
implementation ("com.github.ironrobot:spring-boot-starter-ajaxclient:0.0.2")
'com.github.ironrobot:spring-boot-starter-ajaxclient:jar:0.0.2'
<dependency org="com.github.ironrobot" name="spring-boot-starter-ajaxclient" rev="0.0.2">
  <artifact name="spring-boot-starter-ajaxclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ironrobot', module='spring-boot-starter-ajaxclient', version='0.0.2')
)
libraryDependencies += "com.github.ironrobot" % "spring-boot-starter-ajaxclient" % "0.0.2"
[com.github.ironrobot/spring-boot-starter-ajaxclient "0.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.0.0.RELEASE
org.springframework.boot : spring-boot-starter-thymeleaf jar 2.0.0.RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1