- industry-app-framework
- Platform Introduction:
- The functions currently implemented are as follows:
- Introduction to use:
- System architecture diagram
- Demo figure
This service is committed to building a set of convenient industrial Internet development infrastructure, integration of the current high utilization of components, basic packaging, to facilitate the use of subsequent developers as their own responsibility
- Access to MySQL relational database;
- Access Redis non-relational database;
- Access the time series database InfluxDB;
- Access ActiveMQ message queue;
- Access MQTT protocol message EMQ;
- Access SLF4J +logback log management;
- Access WebSocket communication protocol;
- Visualizing the RESTful interface with Swagger Framework;
This system is built in the way of multi-module, and all dependent components are an independent module. When you need to create a Web service, just introduce the module you depend on in the POM file, And modify the relevant address and account in the corresponding module into the correct address and account. You can use the corresponding component directly by calling the API interface encapsulated in the module.