03 2019 档案
摘要:1. 在src/main/resources下新建param.properties 2. 在param.properties文件中添加 mqtt.host=tcp://127.0.0.1:1883 mqtt.username=xxxxxx mqtt.password=xxxxxxx 3. 在pom.
阅读全文
摘要:1.添加依赖,在pom.xml中添加 <!--mybatis核心包--> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.3.0</version> </dependenc
阅读全文