Skip to content

Commit e8e321a

Browse files
author
springdoc
committed
project update
1 parent 8067d8b commit e8e321a

File tree

3 files changed

+4
-147
lines changed

3 files changed

+4
-147
lines changed

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This library supports:
3434
<dependency>
3535
<groupId>org.springdoc</groupId>
3636
<artifactId>springdoc-openapi-ui</artifactId>
37-
<version>1.1.43</version>
37+
<version>1.1.44</version>
3838
</dependency>
3939
```
4040
* This step is optional: For custom path of the swagger documentation in HTML format, add a custom springdoc property, in your spring-boot configuration file:
@@ -65,7 +65,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
6565
<dependency>
6666
<groupId>org.springdoc</groupId>
6767
<artifactId>springdoc-openapi-core</artifactId>
68-
<version>1.1.43</version>
68+
<version>1.1.44</version>
6969
</dependency>
7070
```
7171
* This step is optional: For custom path of the OpenAPI documentation in Json format, add a custom springdoc property, in your spring-boot configuration file:
@@ -101,7 +101,7 @@ To generate documentation automatically, make sure all the methods declare the H
101101
<dependency>
102102
<groupId>org.springdoc</groupId>
103103
<artifactId>springdoc-openapi-webflux-ui</artifactId>
104-
<version>1.1.43</version>
104+
<version>1.1.44</version>
105105
</dependency>
106106
```
107107
* This step is optional: For custom path of the swagger documentation in HTML format, add a custom springdoc property, in your spring-boot configuration file:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<resource.delimiter>@</resource.delimiter>
7272
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
7373
<spring-boot.version>2.0.9.RELEASE</spring-boot.version>
74-
<springdoc.version>1.1.43</springdoc.version>
74+
<springdoc.version>1.1.44</springdoc.version>
7575
</properties>
7676

7777
<dependencyManagement>
-143
Original file line numberDiff line numberDiff line change
@@ -1,144 +1 @@
1-
######################
2-
# Project Specific
3-
######################
4-
/target/www/**
5-
/src/test/javascript/coverage/
6-
7-
######################
8-
# Node
9-
######################
10-
/node/
11-
node_tmp/
12-
node_modules/
13-
npm-debug.log.*
14-
/.awcache/*
15-
/.cache-loader/*
16-
17-
######################
18-
# SASS
19-
######################
20-
.sass-cache/
21-
22-
######################
23-
# Eclipse
24-
######################
25-
*.pydevproject
26-
.project
27-
.metadata
28-
tmp/
29-
tmp/**/*
30-
*.tmp
31-
*.bak
32-
*.swp
33-
*~.nib
34-
local.properties
35-
.classpath
36-
.settings/
37-
.loadpath
38-
.factorypath
39-
/src/main/resources/rebel.xml
40-
41-
# External tool builders
42-
.externalToolBuilders/**
43-
44-
# Locally stored "Eclipse launch configurations"
45-
*.launch
46-
47-
# CDT-specific
48-
.cproject
49-
50-
# PDT-specific
51-
.buildpath
52-
53-
######################
54-
# Intellij
55-
######################
56-
.idea/
57-
*.iml
58-
*.iws
59-
*.ipr
60-
*.ids
61-
*.orig
62-
classes/
63-
out/
64-
65-
######################
66-
# Visual Studio Code
67-
######################
68-
.vscode/
69-
70-
######################
71-
# Maven
72-
######################
73-
/log/
741
/target/
75-
76-
######################
77-
# Gradle
78-
######################
79-
.gradle/
80-
/build/
81-
82-
######################
83-
# Package Files
84-
######################
85-
*.jar
86-
*.war
87-
*.ear
88-
*.db
89-
90-
######################
91-
# Windows
92-
######################
93-
# Windows image file caches
94-
Thumbs.db
95-
96-
# Folder config file
97-
Desktop.ini
98-
99-
######################
100-
# Mac OSX
101-
######################
102-
.DS_Store
103-
.svn
104-
105-
# Thumbnails
106-
._*
107-
108-
# Files that might appear on external disk
109-
.Spotlight-V100
110-
.Trashes
111-
112-
######################
113-
# Directories
114-
######################
115-
/bin/
116-
/deploy/
117-
118-
######################
119-
# Logs
120-
######################
121-
*.log*
122-
123-
######################
124-
# Others
125-
######################
126-
*.class
127-
*.*~
128-
*~
129-
.merge_file*
130-
131-
######################
132-
# Gradle Wrapper
133-
######################
134-
!gradle/wrapper/gradle-wrapper.jar
135-
136-
######################
137-
# Maven Wrapper
138-
######################
139-
!.mvn/wrapper/maven-wrapper.jar
140-
141-
######################
142-
# ESLint
143-
######################
144-
.eslintcache

0 commit comments

Comments
 (0)