0 Star 8 Fork 8

quickmsg / smqtt-springboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
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

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/quickmsg/smqtt-springboot.git
git@gitee.com:quickmsg/smqtt-springboot.git
quickmsg
smqtt-springboot
smqtt-springboot
master

搜索帮助