Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
/ hsweb3-demo Public archive

hsweb 3.0版本演示,ui基于miniui,集成hsweb全家桶的web端演示,集成代码生成器

Notifications You must be signed in to change notification settings

hs-web/hsweb3-demo

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Jun 11, 2017
Nov 28, 2018
Jan 30, 2018
Sep 10, 2019
Sep 10, 2019
Jul 2, 2017
May 17, 2019
Jan 24, 2019
Mar 15, 2019
May 17, 2019
Jun 11, 2017
Jun 11, 2017
Jun 21, 2022

Repository files navigation

hsweb 3.0 演示

接口文档

http://cdn-blog.jetbrains.org.cn/doc/all.html

也可以执行org.hswebframework.web.demo.DemoApplicationTests 自己生成

运行

    $ git clone https://github.com/hs-web/hsweb3-demo.git
    $ ./mvnw spring-boot:run

docker:

    $ docker run -d --name hsweb3-demo -p 8089:8089 hsweb/hsweb-demo:3.0.1

或者导入ide,等待maven依赖下载完后执行: org.hswebframework.web.demo.Application.main

启动成功后打开: http://localhost:8089 ,帐号:admin 密码:admin.

数据库

demo默认使用h2作为数据库,可直接修改application-dev.yml配置中的:spring.datasource.url, 启动服务会自动初始化数据.目前支持:h2,oracle,mysql,postgresql.

无法下载依赖?

查看maven的settings.xml是否配置了私服,删掉或者mirrorOf不要为*

注意

本项目是完全开源的,但是由于miniui并非开源项目,仅作为演示hsweb功能,学习所用.如果要将此项目用于商用,请先获得miniui许可.我们正在开发基于layui的前端实现,敬请期待.