Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

qm-framework-2.1.2-RELEASE

Latest
Compare
Choose a tag to compare
@starmcc starmcc released this 15 Nov 16:53
· 17 commits to master since this release

更新日志

2.1.2-RELEASE

版本日志

  1. 修正过滤器问题
  2. 现在cros跨域需要自己配置了,如果想偷懒可以直接@Import(QmCrosFilterConfig.class)
  3. 删除无用event类。

Maven依赖

中央仓库:https://search.maven.org/

阿里云仓库:https://maven.aliyun.com/mvn/search

Maven镜像仓库:https://mvnrepository.com/artifact/com.starmcc

<dependency>
    <groupId>com.starmcc</groupId>
    <artifactId>qm-framework</artifactId>
    <version>2.1.2-RELEASE</version>
</dependency>