Git Product home page Git Product logo

hsweb-demo's Introduction

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                  #应用主配置,数据源啥的都在这里
---------------transactions.properties          #动态数据源jta所需配置(自行搜索atomikos)

增删改查

演示中已建了一个测试功能(test),暂无页面 启动成功登录后,用浏览器打开 http://localhost:8080/ 帐号:admin 密码:admin 上报问题

hsweb-demo's People

Contributors

zhou-hao avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.