vanlla-system

Vanlla is springboot quick develop framework

License

License

GroupId

GroupId

com.github.vanlla
ArtifactId

ArtifactId

vanlla-system
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

vanlla-system
Vanlla is springboot quick develop framework
Project URL

Project URL

https://github.com/vanlla/vanlla

Download vanlla-system

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.vanlla : vanlla-core jar 1.0.8
com.github.vanlla : vanlla-shiro jar 1.0.8

runtime (1)

Group / Artifact Type Version
mysql : mysql-connector-java jar

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.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1