Skip to content

Commit

Permalink
🏗️ add thingsboard rule engine module
Browse files Browse the repository at this point in the history
  • Loading branch information
sanshengshui committed Aug 30, 2020
1 parent 79401ce commit e31aafa
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.sanshengshui.ruleengine;
package iot.technology.easyrules;

/**
* @author james mu
Expand Down
16 changes: 16 additions & 0 deletions IOT-Guide-RuleEngine-ThingsBoard/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>iot.technology</groupId>
<artifactId>IOT-Guide-RuleEngine-ThingsBoard</artifactId>


</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package iot.technology.thingsboard;

/**
* @author james mu
* @date 2020/8/30 23:47
*/
public class RuleEngineThingsBoardServer {

public static void main(String[] args) {
System.out.println("waiting update......!");
}
}
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<module>IOT-Guide-DB-MongoDB</module>
<module>IOT-Guide-DB-PostgreSQL</module>
<module>IOT-Guide-RealTime-Fontend</module>
<module>IOT-Guide-RuleEngine-ThingsBoard</module>
</modules>

<url>https://iot.mushuwei.cn/</url>
Expand Down

0 comments on commit e31aafa

Please sign in to comment.