Git Product home page Git Product logo

phynos-springboot's Introduction

Phynos-SpringBoot

web单体式应用、Netty应用、Mqtt应用的代码总结

模块说明(/src目录)

solar
├── solar-api -- web-api管理接口
├── solar-front -- 前置机  
└── solar-core -- 模块  
     ├── solar-iot-model -- 设备模型
     ├── solar-iot-codec -- 编解码器       
     ├── solar-ruler-* -- 规则引擎  
     └── solar-* -- 预留   

功能

功能
└── 前置机  
     ├── mqtt协议
     ├── 租户隔离 -- 每个租户独立的设备列表和规则引擎
     ├── 设备模型 -- 属性、事件、服务  
     ├── 信号表达式 -- 虚拟信号,表达式计算  
     ├── 规则引擎 -- 设备联动,支持表达式                   
     └── 多线程支持 -- 多线程解析  
└── 管理功能  
     ├── 租户管理  
     ├── 用户管理  
     ├── 角色管理  
     ├── 菜单管理  
     ├── 部门管理  
     ├── 字典管理  
     ├── 权限管理  
     ├── 操作日志 -- 基于注解和aop自动处理  
     ├── 文档生成 -- 基于Swagger2  
     ├── 数据库代码生成  --基于mybatis官方插件  
     ├── 自定义数据库接口  --基于生成代码拓展  
     └── 统一登录  

启动jar包时设置spring.profiles.active

java -jar xxx.jar --spring.profiles.active=test

maven打包时候设置环境(设置 prod 环境)

clean package -DskipTests -Pprod

phynos-springboot's People

Contributors

phynos avatar

Watchers

 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.