0 Star 8 Fork 8

quickmsg / smqtt-springboot

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

smqtt-springboot

介绍

smqtt-spring-boot-starter demo程序

如选配了持久化模块

 		<dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <scope>runtime</scope>
        </dependency>

        <dependency>
            <groupId>io.github.quickmsg</groupId>
            <artifactId>smqtt-persistent-db</artifactId>
            <version>1.1.1</version>
        </dependency>

那么需要添加文件: resources/changelog/db.changelog-master.xml

application.yml文件中添加配置:

spring:
  liquibase:
    enabled: true
    change-log: classpath:/db/changelog/db.changelog-master.xml

Empty file

About

Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
1
https://gitee.com/quickmsg/smqtt-springboot.git
git@gitee.com:quickmsg/smqtt-springboot.git
quickmsg
smqtt-springboot
smqtt-springboot
master

Search