All Projects → hs-web → Hsweb Demo

hs-web / Hsweb Demo

2.x版本演示项目

Projects that are alternatives of or similar to Hsweb Demo

Admin On Rest Demo
Source of the admin-on-rest react.js demo, using a dummy REST service powered by FakeRest
Stars: ✭ 327 (+42.79%)
Mutual labels:  demo, admin
mee-admin
admin、cms、console 等多用途开源后台系统
Stars: ✭ 117 (-48.91%)
Mutual labels:  admin, freemarker
Demo
This is demo application for SleepingOwl Admin.
Stars: ✭ 81 (-64.63%)
Mutual labels:  demo, admin
Ng Admin Demo
Source of the ng-admin angular.js demo, using a dummy REST service powered by FakeRest
Stars: ✭ 310 (+35.37%)
Mutual labels:  demo, admin
Vue Admin Vuetify
`vue-admin-vuetify` is a Front-end component library project based on Vue.js using Vuetify. Need vpn proxy to view
Stars: ✭ 213 (-6.99%)
Mutual labels:  demo, admin
Cartoonize
A demo webapp to convert images and videos into cartoon!
Stars: ✭ 215 (-6.11%)
Mutual labels:  demo
Cfadmin
A lua high-performance web network development framework.
Stars: ✭ 221 (-3.49%)
Mutual labels:  admin
Electron Vue Admin
vue electron admin template web: http://panjiachen.github.io/vue-admin-template
Stars: ✭ 2,671 (+1066.38%)
Mutual labels:  admin
Rn Instagram Stories
Instagram Stories in React Native
Stars: ✭ 215 (-6.11%)
Mutual labels:  demo
Magento React Native
React Native mobile app for Magento 2.x
Stars: ✭ 229 (+0%)
Mutual labels:  demo
Appy
🚀 A full stack boilerplate web app
Stars: ✭ 225 (-1.75%)
Mutual labels:  admin
Android Guidelines
Architecture and code guidelines at Trendyol when developing for Android.
Stars: ✭ 216 (-5.68%)
Mutual labels:  freemarker
Wallaby
Autocomplete the resourceful actions and views for ORMs for admin interface and other purposes.
Stars: ✭ 219 (-4.37%)
Mutual labels:  admin
Caffe2 Ios
Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
Stars: ✭ 221 (-3.49%)
Mutual labels:  demo
Universal React Router4
Demo app showing how to use react-router v4 for server- and client-side rendering
Stars: ✭ 216 (-5.68%)
Mutual labels:  demo
Terrain Builder
🏔 Procedural terrain using Three.js and perlin noise, Now Accelerated by your GPU!
Stars: ✭ 228 (-0.44%)
Mutual labels:  demo
Nx Admin
👍 A magical 🐮 ⚔ vue admin,记得star
Stars: ✭ 2,497 (+990.39%)
Mutual labels:  admin
Knative Tutorial
https://dn.dev/master A practical guide to get started with Knative. Knative concepts are explained simple and easy way with lots of demos and exercises.
Stars: ✭ 219 (-4.37%)
Mutual labels:  demo
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (-3.06%)
Mutual labels:  demo
Easy Admin Demo
A demo application to showcase EasyAdmin features
Stars: ✭ 219 (-4.37%)
Mutual labels:  demo

hsweb 演示

演示如何在新项目中使用hsweb 基于hsweb-frameworkhsweb-platform

环境

运行唯一需要的环境: java8

运行

直接运行

    $ ./mvnw spring-boot:run    #linux
    $ mvnw.cmd spring-boot:run  #windows

IDE 导入ide后等待maven依赖下载完成后执行org.hsweb.demo.Run

目录说明

----------src/main/java
---------------org.hsweb.demo
--------------------bean,controller,dao,service #不做过多说明,都懂
--------------------Run.java                    #项目启动类,直接运行启动项目
----------resources
---------------config                           #配置目录(logback和mybatis配置文件)
---------------mappers                          #mybatis mapper配置文件
---------------scripts.initialize               #系统初始化脚本
---------------templates                        #模板文件(freemarker)
---------------static                           #静态文件目录
---------------application.yml                  #应用主配置,数据源啥的都在这里

访问

启动成功登录后,用浏览器打开 http://localhost:8080/ 帐号:admin 密码:admin 上报问题

注意

启动日志提示sigar-amd64-winnt.dll相关错误,这是系统监控需要的库,不引入不影响程序运行. 要使用系统监控功能,请自行将 sigar-amd64-winnt.dll 放入system32 目录或者libsigar-amd64-linux.so /usr/lib 目录. 下载地址

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].