mirror of
https://gitee.com/ssssssss-team/magic-api.git
synced 2026-06-09 18:32:16 +08:00
更新版本号
This commit is contained in:
@@ -48,7 +48,7 @@ magic-api 是一个基于Java的接口快速开发框架,编写接口将通过
|
||||
<dependency>
|
||||
<groupId>org.ssssssss</groupId>
|
||||
<artifactId>magic-api-spring-boot-starter</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<version>1.1.2</version>
|
||||
</dependency>
|
||||
```
|
||||
## 修改application.properties
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.ssssssss</groupId>
|
||||
<artifactId>magic-api-spring-boot-starter</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<version>1.1.2</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>magic-api-spring-boot-starter</name>
|
||||
<description>magic-api-spring-boot-starter</description>
|
||||
|
||||
@@ -48,6 +48,7 @@ public class MagicAPIProperties {
|
||||
* 自动刷新间隔,单位为秒,默认不开启
|
||||
* @since 0.3.4
|
||||
*/
|
||||
@Deprecated
|
||||
private int refreshInterval = 0;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user