All Projects → hs-web → Hsweb3 Demo

hs-web / Hsweb3 Demo

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

Programming Languages

javascript
184084 projects - #8 most used programming language
java8
65 projects

Projects that are alternatives of or similar to Hsweb3 Demo

Kvf Admin
kvf-admin是一套基于springboot、mybatis、shiro及layui的轻量级快速开发框架、脚手架、后台管理系统、权限系统、基于activiti6整合的工作流OA系统,上手简单,拿来即用。
Stars: ✭ 209 (-57.35%)
Mutual labels:  spring-boot, code-generator
Sloth
Sloth 是一个生成脚手架代码的工具。你只需要设置好业务应用所需要用的 Mysql 数据源即可。如果你用过 Ruby on Rails 的代码生成器的话,那么 Sloth 也同样适用于这样的场景, 它使用 Java 语言构建,生成的脚手架代码亦是 Java。旨在为开发者提供一系列健壮的工具、程序库和工作流,帮助他们快速构建出漂亮、引人注目的SpringBoot Web应用
Stars: ✭ 170 (-65.31%)
Mutual labels:  spring-boot, code-generator
Speedment
Speedment is a Stream ORM Java Toolkit and Runtime
Stars: ✭ 1,978 (+303.67%)
Mutual labels:  spring-boot, code-generator
Celerio Angular Quickstart
Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Stars: ✭ 483 (-1.43%)
Mutual labels:  spring-boot, code-generator
Moduliths
Building modular, monolithic applications using Spring Boot
Stars: ✭ 478 (-2.45%)
Mutual labels:  spring-boot
Spring Cloud Netflix
Integration with Netflix OSS components
Stars: ✭ 4,498 (+817.96%)
Mutual labels:  spring-boot
Scoold
A Stack Overflow clone for teams (self-hosted)
Stars: ✭ 463 (-5.51%)
Mutual labels:  spring-boot
Testcontainers Spring Boot
Container auto-configurations for spring-boot based integration tests
Stars: ✭ 460 (-6.12%)
Mutual labels:  spring-boot
Spring Cloud Security
Security concerns for distributed applications implemented in Spring
Stars: ✭ 488 (-0.41%)
Mutual labels:  spring-boot
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (-1.63%)
Mutual labels:  spring-boot
Flycms
FlyCms 是一个类似知乎以问答为基础的完全开源的JAVA语言开发的社交网络建站程序,基于 Spring Boot+Bootstrap3+MyBatis+MySql+Solr +Ehcache应用架构,专注于社区内容的整理、归类和检索,它集合了问答,digg,wiki 等多个程序的优点,帮助用户轻松搭建专业的知识库和在线问答社区。业务模块包括:权限管理,会员管理,角色管理,定时任务管理(调度管理),问答管理,文章管理,分享管理,短信接口管理和邮件系统发送(注册、找回密码、邮件订阅),跨域登录,消息推送,全文检索、前端国际化等等众多模块,等您自己来体验!
Stars: ✭ 472 (-3.67%)
Mutual labels:  spring-boot
Favorites Web
云收藏 Spring Boot 2.X 开源项目
Stars: ✭ 4,485 (+815.31%)
Mutual labels:  spring-boot
Spring Cloud Zookeeper
Spring Cloud Zookeeper
Stars: ✭ 481 (-1.84%)
Mutual labels:  spring-boot
Jooq
jOOQ is the best way to write SQL in Java
Stars: ✭ 4,695 (+858.16%)
Mutual labels:  code-generator
Laravel Code Generator
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
Stars: ✭ 485 (-1.02%)
Mutual labels:  code-generator
Smartcode
SmartCode = IDataSource -> IBuildTask -> IOutput => Build Everything!!!
Stars: ✭ 464 (-5.31%)
Mutual labels:  code-generator
Uexam
学之思在线考试系统,支持多种题型:选择题、多选题、判断题、填空题、解答题以及数学公式,包含PC端、小程序端,扩展性强,部署方便、界面设计友好、代码结构清晰
Stars: ✭ 473 (-3.47%)
Mutual labels:  spring-boot
Spring Boot Tutorial
100+ Spring Boot Articles, Tutorials, Video tutorials, Projects, Guides, Source code examples etc
Stars: ✭ 482 (-1.63%)
Mutual labels:  spring-boot
Restaurant App
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
Stars: ✭ 471 (-3.88%)
Mutual labels:  spring-boot
All Things Cqrs
Comprehensive guide to a couple of possible ways of synchronizing two states with Spring tools. Synchronization is shown by separating command and queries in a simple CQRS application.
Stars: ✭ 474 (-3.27%)
Mutual labels:  spring-boot

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的前端实现,敬请期待.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].