Giter Club home page Giter Club logo

monitor-1's Introduction

monitor

Spring Boot + MyBatis + AngularJS 的综合项目示例,一体化监控平台

整体结构

功能划分

项目目录结构

说明

\src\main\java\com\bage 目录下
  • application 应用启动类,启动应用直接右键Run as -> Java Application 即可;访问路径:http://localhost:8080/monitor
  • config 存放配置相关类
  • constraints 存放常量类
  • controller 存放接口API,请求请求入口
  • dao 存放数据库操作类,原始JDBC操作数据库demo
  • domain 存放实体对象类
  • hbase 存放操作HBASE相关类,目前没有用到
  • mapper 存放基于mybatis的数据库操作类
  • schedule 存放定时任务
  • service 业务类
  • test 测试类(应该放在src/test/java包下,但是目前没有)
  • 工具类
  • webservice 存放webservice,demo程序,目前没有用到
\src\main\resources 目录下
  • mapper 存放数据库查询操作语句SQL的XML文件
  • sql 初始化SQL、建表语句等
  • static 静态资源文件,图片、样式等
  • templates 页面HTML
  • application.properties 项目spring boot 配置文件
  • messages_zh.properties 中文国际化配置文件,同理,messages_en.properties为英文国际化配置文件

monitor-1's People

Contributors

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