License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.kernol-info |
ArtifactId | ArtifactIdadvancedcontroller-spring-boot-starter |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionadvanced-controller
@AdvancedController是一个增强型的RestController注解,可以使用接口来定义Controller类,自动匹配Service类并调用Service中的方法。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.kernol-info/advancedcontroller-spring-boot-starter/ -->
<dependency>
<groupId>com.github.kernol-info</groupId>
<artifactId>advancedcontroller-spring-boot-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kernol-info/advancedcontroller-spring-boot-starter/
implementation 'com.github.kernol-info:advancedcontroller-spring-boot-starter:0.0.1'
// https://jarcasting.com/artifacts/com.github.kernol-info/advancedcontroller-spring-boot-starter/
implementation ("com.github.kernol-info:advancedcontroller-spring-boot-starter:0.0.1")
'com.github.kernol-info:advancedcontroller-spring-boot-starter:jar:0.0.1'
<dependency org="com.github.kernol-info" name="advancedcontroller-spring-boot-starter" rev="0.0.1">
<artifact name="advancedcontroller-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kernol-info', module='advancedcontroller-spring-boot-starter', version='0.0.1')
)
libraryDependencies += "com.github.kernol-info" % "advancedcontroller-spring-boot-starter" % "0.0.1"
[com.github.kernol-info/advancedcontroller-spring-boot-starter "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar |