# smqtt-springboot
**Repository Path**: quickmsg/smqtt-springboot
## Basic Information
- **Project Name**: smqtt-springboot
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 8
- **Forks**: 9
- **Created**: 2021-11-19
- **Last Updated**: 2024-09-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# smqtt-springboot
#### 介绍
smqtt-spring-boot-starter demo程序
如选配了持久化模块
```xml
 		
            mysql
            mysql-connector-java
            runtime
        
        
            io.github.quickmsg
            smqtt-persistent-db
            1.1.1
        
```
那么需要添加文件: `resources/changelog/db.changelog-master.xml`
application.yml文件中添加配置:
```yaml
spring:
  liquibase:
    enabled: true
    change-log: classpath:/db/changelog/db.changelog-master.xml
```