License |
License |
---|---|
GroupId | GroupIdcom.lframework |
ArtifactId | ArtifactIdweb-starter |
Last Version | Last Version2.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description【web-starter】Web应用Starter
Jugg是基于SpringBoot、SpringSecurity、SpringSession、Vue、ElementUI的前后端分离的后台管理系统模板,将常用的开发框架整合并配置,以此来简化后台管理系统的搭建工作。
|
Filename | Size |
---|---|
web-starter-2.2.3.pom | |
web-starter-2.2.3.jar | 88 KB |
web-starter-2.2.3-sources.jar | 49 KB |
web-starter-2.2.3-javadoc.jar | 427 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lframework/web-starter/ -->
<dependency>
<groupId>com.lframework</groupId>
<artifactId>web-starter</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lframework/web-starter/
implementation 'com.lframework:web-starter:2.2.3'
// https://jarcasting.com/artifacts/com.lframework/web-starter/
implementation ("com.lframework:web-starter:2.2.3")
'com.lframework:web-starter:jar:2.2.3'
<dependency org="com.lframework" name="web-starter" rev="2.2.3">
<artifact name="web-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lframework', module='web-starter', version='2.2.3')
)
libraryDependencies += "com.lframework" % "web-starter" % "2.2.3"
[com.lframework/web-starter "2.2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar |