License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.github.zhou6ang.framework |
ArtifactId | ArtifactIdbit-mvc-spring-boot-autoconfigure |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptioncom.github.zhou6ang.framework:bit-mvc-spring-boot-autoconfigure
A spring-boot-autoconfigure that user can easy to integrate bit-mvc framework with spring-boot smoonthly.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.zhou6ang.framework/bit-mvc-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.zhou6ang.framework</groupId>
<artifactId>bit-mvc-spring-boot-autoconfigure</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhou6ang.framework/bit-mvc-spring-boot-autoconfigure/
implementation 'com.github.zhou6ang.framework:bit-mvc-spring-boot-autoconfigure:1.1.0'
// https://jarcasting.com/artifacts/com.github.zhou6ang.framework/bit-mvc-spring-boot-autoconfigure/
implementation ("com.github.zhou6ang.framework:bit-mvc-spring-boot-autoconfigure:1.1.0")
'com.github.zhou6ang.framework:bit-mvc-spring-boot-autoconfigure:jar:1.1.0'
<dependency org="com.github.zhou6ang.framework" name="bit-mvc-spring-boot-autoconfigure" rev="1.1.0">
<artifact name="bit-mvc-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhou6ang.framework', module='bit-mvc-spring-boot-autoconfigure', version='1.1.0')
)
libraryDependencies += "com.github.zhou6ang.framework" % "bit-mvc-spring-boot-autoconfigure" % "1.1.0"
[com.github.zhou6ang.framework/bit-mvc-spring-boot-autoconfigure "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.zhou6ang.framework : bit-mvc | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.5.21.RELEASE |