Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Karakas
SWP_SS24_Wetterdaten_sammeln
Commits
5310f102
Commit
5310f102
authored
Jun 08, 2024
by
EnesKarakas
Browse files
nice
parent
a2c54337
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/io/swagger/RFC3339DateFormat.java
View file @
5310f102
...
...
@@ -6,7 +6,7 @@ import com.fasterxml.jackson.databind.util.ISO8601Utils;
import
java.text.FieldPosition
;
import
java.util.Date
;
@SuppressWarnings
(
"deprecation"
)
public
class
RFC3339DateFormat
extends
ISO8601DateFormat
{
private
static
final
long
serialVersionUID
=
1L
;
...
...
src/main/java/io/swagger/Swagger2SpringBoot.java
View file @
5310f102
...
...
@@ -9,13 +9,13 @@ import org.springframework.boot.SpringApplication;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.context.annotation.ComponentScan
;
import
org.springframework.context.annotation.Configuration
;
import
org.springframework.format.FormatterRegistry
;
import
org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
;
@SuppressWarnings
(
"deprecation"
)
@SpringBootApplication
@ComponentScan
(
basePackages
=
{
"io.swagger"
,
"io.swagger.api"
,
"io.swagger.configuration"
})
@ComponentScan
(
basePackages
=
{
"io.swagger"
,
"io.swagger.api"
,
"io.swagger.configuration"
})
public
class
Swagger2SpringBoot
implements
CommandLineRunner
{
@Override
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment