sunlightcs 7 years ago
parent
commit
8875adaf62
2 changed files with 3 additions and 1 deletions
  1. 1 1
      pom.xml
  2. 2 0
      src/main/resources/static/swagger/index.yaml

+ 1 - 1
pom.xml

@ -4,7 +4,7 @@
4 4
	<modelVersion>4.0.0</modelVersion>
5 5
	<groupId>io.renren</groupId>
6 6
	<artifactId>renren-fast</artifactId>
7
	<version>1.2.0</version>
7
	<version>1.3.0</version>
8 8
	<packaging>jar</packaging>
9 9
	<description>renren-fast</description>
10 10

+ 2 - 0
src/main/resources/static/swagger/index.yaml

@ -4,6 +4,8 @@ info:
4 4
  version: 1.0.0
5 5
  title: 人人快速开发平台
6 6
7
basePath: /renren-fast
8
7 9
schemes:
8 10
  - http
9 11