framework-boot
基于spring-boot的开发脚手架
License |
License |
---|---|
GroupId | GroupIdcom.farerboy |
ArtifactId | ArtifactIdframework-boot-core |
Last Version | Last Version0.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionframework-boot-core
Development of scaffold based on springboot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
framework-boot-core-0.0.10.pom | |
framework-boot-core-0.0.10.jar | 61 KB |
framework-boot-core-0.0.10-sources.jar | 42 KB |
framework-boot-core-0.0.10-javadoc.jar | 254 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.farerboy/framework-boot-core/ -->
<dependency>
<groupId>com.farerboy</groupId>
<artifactId>framework-boot-core</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.farerboy/framework-boot-core/
implementation 'com.farerboy:framework-boot-core:0.0.10'
// https://jarcasting.com/artifacts/com.farerboy/framework-boot-core/
implementation ("com.farerboy:framework-boot-core:0.0.10")
'com.farerboy:framework-boot-core:jar:0.0.10'
<dependency org="com.farerboy" name="framework-boot-core" rev="0.0.10">
<artifact name="framework-boot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.farerboy', module='framework-boot-core', version='0.0.10')
)
libraryDependencies += "com.farerboy" % "framework-boot-core" % "0.0.10"
[com.farerboy/framework-boot-core "0.0.10"]
Group / Artifact | Type | Version |
---|---|---|
com.farerboy : framework-boot-util | jar | 0.0.10 |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-devtools Optional | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.1.3.RELEASE |
com.github.xiaoymin : knife4j-spring-boot-starter | jar | |
com.alibaba : fastjson | jar | 1.2.45 |
net.logstash.logback : logstash-logback-encoder | jar | 6.2 |
org.springframework.boot : spring-boot-starter-quartz | jar | 2.1.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |
基于spring-boot的开发脚手架