1. Overview
Micro starter API Docs.
1.2. Contact information
Contact : Li Xingping
Contact Email : lixingping233@gmail.com
1.3. License information
License : Apache 2.0
License URL : http://www.apache.org/licenses/LICENSE-2.0.html
Terms of service : null
5. Resources
5.1. Users Entity
Simple Jpa Repository
5.1.1. findOneByIdUsers
GET /api/users/search/findOneById
5.1.3. findAllUsers
GET /api/users{?page,size,sort}
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Query |
page |
page |
string |
Query |
size |
size |
string |
Query |
sort |
sort |
string |
Produces
-
application/json
-
application/json;charset=UTF-8
-
application/hal+json
-
text/uri-list
-
application/x-spring-data-compact+json
5.3. Profile-controller
Profile Controller
5.4. Tests
Operations about user
5.5. Users-command-controller
Users Command Controller
5.5.1. create
POST /api/create
5.6. Users-query-controller
Users Query Controller
7. Definitions
7.1. Link
Name | Description | Schema |
---|---|---|
href |
Example : |
string |
rel |
Example : |
string |
templated |
Example : |
boolean |
7.3. ResourceOfOptionalOfobject
Name | Description | Schema |
---|---|---|
links |
Example : |
< Link > array |
present |
Example : |
boolean |
7.4. ResourceOfUsers
Name | Description | Schema |
---|---|---|
createdDate |
Example : |
string (date-time) |
id |
Example : |
string |
lastModifiedDate |
Example : |
string (date-time) |
links |
Example : |
< Link > array |
username |
Example : |
string |
7.6. ResourcesOfUsers
Name | Description | Schema |
---|---|---|
content |
Example : |
< Users > array |
links |
Example : |
< Link > array |