vanlla-demo

Vanlla is springboot quick develop framework

License

License

GroupId

GroupId

com.github.vanlla
ArtifactId

ArtifactId

vanlla-demo
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

vanlla-demo
Vanlla is springboot quick develop framework
Project URL

Project URL

https://github.com/vanlla/vanlla

Download vanlla-demo

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.vanlla : vanlla-spring-boot-starter jar 1.0.2

Project Modules

There are no modules declared in this project.

vanlla 介绍

vanlla是一个基于springboot快速开发的脚手架,采用前后端分离的方式实现脚手架。vanlla集成了springboot,redis,shiro,job等常用组件,前端采用vue实现,支持多语言

vanlla使用步骤

下载vanlla-demo项目,导入到idea

数据库的初始化

导入resource/vanlla.sql文件到数据库,并修改application.yml里面对应的数据库链接

启动redis

启动redis后,修改application.yml里面对应的redis链接

后端服务启动

找到VanllaDemoApplication,运行该类的main方法

前端项目启动

下载运行vanlla-admin项目

使用界面默认的用户名密码(admin/admin)登录

Versions

Version
1.0.2
1.0.1