File tree Expand file tree Collapse file tree 5 files changed +26
-38
lines changed Expand file tree Collapse file tree 5 files changed +26
-38
lines changed Original file line number Diff line number Diff line change 20
20
# For example, you can ignore all files in a docs folder with the file extension .md:
21
21
#docs/*.md
22
22
# Then explicitly reverse the ignore rule for a single file:
23
- #!docs/README.md
23
+ #!docs/README.md
Original file line number Diff line number Diff line change 1
- 829d6aba5455ea9a3b945026351f37b5eb3f1ccb75d31fcb7460da73119811b4
1
+ 45cd10344636b96fae7690de92c0be12678a46e1c642ec135c694d024f45dc91
Original file line number Diff line number Diff line change 948
948
defs["PageNews"] = {
949
949
"type" : "object",
950
950
"properties" : {
951
- "totalElements" : {
952
- "type" : "integer",
953
- "format" : "int64"
954
- },
955
951
"totalPages" : {
956
952
"type" : "integer",
957
953
"format" : "int32"
958
954
},
955
+ "totalElements" : {
956
+ "type" : "integer",
957
+ "format" : "int64"
958
+ },
959
959
"size" : {
960
960
"type" : "integer",
961
961
"format" : "int32"
994
994
defs["PageVideogame"] = {
995
995
"type" : "object",
996
996
"properties" : {
997
- "totalElements" : {
998
- "type" : "integer",
999
- "format" : "int64"
1000
- },
1001
997
"totalPages" : {
1002
998
"type" : "integer",
1003
999
"format" : "int32"
1004
1000
},
1001
+ "totalElements" : {
1002
+ "type" : "integer",
1003
+ "format" : "int64"
1004
+ },
1005
1005
"size" : {
1006
1006
"type" : "integer",
1007
1007
"format" : "int32"
1055
1055
"type" : "integer",
1056
1056
"format" : "int32"
1057
1057
},
1058
- "paged " : {
1058
+ "unpaged " : {
1059
1059
"type" : "boolean"
1060
1060
},
1061
- "unpaged " : {
1061
+ "paged " : {
1062
1062
"type" : "boolean"
1063
1063
}
1064
1064
}
1069
1069
"empty" : {
1070
1070
"type" : "boolean"
1071
1071
},
1072
- "sorted " : {
1072
+ "unsorted " : {
1073
1073
"type" : "boolean"
1074
1074
},
1075
- "unsorted " : {
1075
+ "sorted " : {
1076
1076
"type" : "boolean"
1077
1077
}
1078
1078
}
Original file line number Diff line number Diff line change @@ -1008,12 +1008,12 @@ components:
1008
1008
PageVideogame :
1009
1009
type : object
1010
1010
properties :
1011
- totalElements :
1012
- type : integer
1013
- format : int64
1014
1011
totalPages :
1015
1012
type : integer
1016
1013
format : int32
1014
+ totalElements :
1015
+ type : integer
1016
+ format : int64
1017
1017
size :
1018
1018
type : integer
1019
1019
format : int32
@@ -1051,28 +1051,28 @@ components:
1051
1051
pageNumber :
1052
1052
type : integer
1053
1053
format : int32
1054
- paged :
1055
- type : boolean
1056
1054
unpaged :
1057
1055
type : boolean
1056
+ paged :
1057
+ type : boolean
1058
1058
Sort :
1059
1059
type : object
1060
1060
properties :
1061
1061
empty :
1062
1062
type : boolean
1063
- sorted :
1064
- type : boolean
1065
1063
unsorted :
1066
1064
type : boolean
1065
+ sorted :
1066
+ type : boolean
1067
1067
PageNews :
1068
1068
type : object
1069
1069
properties :
1070
- totalElements :
1071
- type : integer
1072
- format : int64
1073
1070
totalPages :
1074
1071
type : integer
1075
1072
format : int32
1073
+ totalElements :
1074
+ type : integer
1075
+ format : int64
1076
1076
size :
1077
1077
type : integer
1078
1078
format : int32
Original file line number Diff line number Diff line change 64
64
65
65
</dependencies >
66
66
67
- <build >
67
+ <build >
68
68
<plugins >
69
69
<plugin >
70
70
<groupId >org.springframework.boot</groupId >
71
71
<artifactId >spring-boot-maven-plugin</artifactId >
72
- <configuration >
73
- <image >
74
- <env >
75
- <BPE_OVERRIDE_JAVA_TOOL_OPTIONS >
76
- -Xss256K
77
- -XX:ReservedCodeCacheSize=64M
78
- -XX:MaxMetaspaceSize=100000K
79
- -Xmx64M
80
- </BPE_OVERRIDE_JAVA_TOOL_OPTIONS >
81
- </env >
82
- </image >
83
- </configuration >
84
72
<executions >
85
73
<execution >
86
74
<id >pre-integration-test</id >
114
102
</execution >
115
103
</executions >
116
104
<configuration >
117
- <apiDocsUrl >https ://localhost:8443/v3/api-docs.yaml</apiDocsUrl >
105
+ <apiDocsUrl >http ://localhost:8443/v3/api-docs.yaml</apiDocsUrl >
118
106
<outputFileName >api-docs.yaml</outputFileName >
119
107
<outputDir >${project.basedir} /api-docs</outputDir >
120
108
</configuration >
You can’t perform that action at this time.
0 commit comments